Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check-host-sed.sh: use mktemp for temporary file | Peter Korsgaard | 2010-06-21 | 1 | -4/+5 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | check-host-sed.sh: add missing shebang line | Peter Korsgaard | 2010-05-06 | 1 | -0/+2 |
| | | | | | | | Bash seems to be smart enough to source the file when execve returns ENOEXEC, but other shells might not be. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | - ignore eventual errors from which(1) | Bernhard Reutner-Fischer | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | - fix syntax | Bernhard Reutner-Fischer | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | - fixes for bugs introduced with the MacOS10 support (Heikki Lindholm) | Bernhard Reutner-Fischer | 2007-03-10 | 1 | -10/+4 |
| | |||||
* | Improve the checking of sed by adding some common GNU sed installation | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -0/+38 |
names (gsed/gnused), checking for a basic OS X sed feature in command line option handling, checking the actual result of the sed run against the expected result, and placing common code for the check under toolchain/dependencies/. (Heikki Lindholm) |