diff options
author | Jim Meyering <jim@meyering.net> | 2002-08-01 09:19:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-08-01 09:19:30 +0000 |
commit | 9a7a47422e96ffcaba2f4d8c9626628d4ec3ed5a (patch) | |
tree | 370323aa2279e9bfccd0cfe2380fe57f978bf8cd /old/sh-utils | |
parent | d2b62daff5ce17691ecd36c1b48727212df34184 (diff) | |
download | coreutils-9a7a47422e96ffcaba2f4d8c9626628d4ec3ed5a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 44b09969e..6b588d2bf 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,9 @@ +2002-07-30 Paul Eggert <eggert@twinsun.com> + + * src/chroot.c (main): Exit with status 126 or 127 when execvp or + execv fails, for consistency with POSIX commands like env and nice. + * src/su.c (run_shell): Likewise. + 2002-07-29 Paul Eggert <eggert@twinsun.com> * src/nohup.sh: Change behavior to conform to POSIX 1003.1-2001: |