diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-11 20:40:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-11 20:40:41 +0000 |
commit | cb88f838b9cc4cbcfd92f437e4c6a0cec21903cc (patch) | |
tree | 1cdd6333ca89833ead0723ddb4ce2d0e7f3ef6b2 | |
parent | a79673ff2a9fd25d845d3d0b39731c258adbbcbb (diff) | |
download | coreutils-cb88f838b9cc4cbcfd92f437e4c6a0cec21903cc.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * Version 5.0.1. + * tests/sample-test: Also fail if cat-to-create-expected-output + fails. Otherwise, if both `exp' and `out' end up empty because + of e.g., a full disk, they would mistakenly compare equal. + * src/nohup.c: New file. Rewrite of nohup.sh in C. This solves a portability problem: on at least Solaris systems, when nohup.sh used the vendor /bin/sh, it would exit with status |