Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim Meyering | |
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx. | |||
2002-10-09 | Ensure that certain environment variables | Jim Meyering | |
are not set (e.g., SIMPLA_BACKUP_SUFFIX). | |||
2002-10-08 | Use double quotes around diagnostic. | Jim Meyering | |
2002-04-19 | *** empty log message *** | Jim Meyering | |
2002-04-19 | Lots of clean-up: | Jim Meyering | |
E.g., (exit $fail); exit t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0 | |||
2000-10-22 | Source lang-default rather than open-coding | Jim Meyering | |
the setting/exporting of LANG, LC_ALL, and LANGUAGE. | |||
1999-10-16 | Remove use of cp's now-deprecated -V option. | Jim Meyering | |
Use --b=simple instead of -b -V simple. | |||
1999-01-18 | Now that PATH is set properly, use rm and cp rather than $RM and $CP. | Jim Meyering | |
1998-08-15 | Avoid bug in Ultrix4.3a /bin/sh, | Jim Meyering | |
not initializing output redirection of : command. | |||
1998-05-11 | *** empty log message *** | Jim Meyering | |
1998-05-11 | *** empty log message *** | Jim Meyering | |
1998-05-11 | . | Jim Meyering | |