diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-25 06:58:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-25 06:58:53 +0000 |
commit | 90f1d430c9d1774613c6aefdf02db2f5bf48a8d4 (patch) | |
tree | f33051f778f36c9f68f8f2406aa82835fc848cf0 | |
parent | cb9c7daeea9da28995568675d8a09489963f35ac (diff) | |
download | coreutils-90f1d430c9d1774613c6aefdf02db2f5bf48a8d4.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2004-06-23 Jim Meyering <jim@meyering.net> +2004-06-23 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.0. + * src/ln.c (do_link): Remove unnecessary call to lstat. + (main): Avoid subscript error when the destination is "". + +2004-06-23 Jim Meyering <jim@meyering.net> + * tests/*: Replace all occurrences of `(exit N); exit' with `(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. |