Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-21 | check-host-sed.sh: use mktemp for temporary file | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-05-06 | check-host-sed.sh: add missing shebang line | Peter Korsgaard | |
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> | |||
2007-05-11 | - ignore eventual errors from which(1) | Bernhard Reutner-Fischer | |
2007-03-12 | - fix syntax | Bernhard Reutner-Fischer | |
2007-03-10 | - fixes for bugs introduced with the MacOS10 support (Heikki Lindholm) | Bernhard Reutner-Fischer | |
2007-03-09 | Improve the checking of sed by adding some common GNU sed installation | Bernhard Reutner-Fischer | |
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) |