Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document patch source/reasons | Mike Frysinger | 2005-10-16 | 1 | -0/+9 |
| | |||||
* | Fix bug 58703: Revert trap behavior for the sake of autoconf-generated ↵ | Aron Griffis | 2004-07-29 | 1 | -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 |