summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* document patch source/reasonsMike Frysinger2005-10-161-0/+9
|
* Fix bug 58703: Revert trap behavior for the sake of autoconf-generated ↵Aron Griffis2004-07-291-0/+21
configure scripts. The problem here is that bash -c 'trap 0' works, but sh -c 'trap 0' doesn't work because the bash developers are trying to adhere to POSIX in that case. Since all the configure scripts are #!/bin/sh, this breaks them... That's bad news and will need some time to fix, so it's easier to fix here for the moment