diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-10 07:35:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-10 07:35:46 +0000 |
commit | f81cd0f71b98058e8f282f390cbf8b8ccff86c12 (patch) | |
tree | d6948d9d9bbe1f54f2f4f4354800b99b9cb757e2 /ChangeLog | |
parent | 6a235271149b854be8ca8eb3d15a528e05957fbe (diff) | |
download | coreutils-f81cd0f71b98058e8f282f390cbf8b8ccff86c12.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Version 5.3.1. + * src/copy.c (abandon_move): Remove erroneous UNWRITABLE check. + This makes `mv -i --reply=no f1 f2' work as expected (in not + performing the move operation). But note that specifying `-i' + after `--reply=no' does *not* work. + Tiny patch from Vlada Macek. + * tests/mv/reply-no: New file. Test for the above fix. + * tests/mv/Makefile.am (TESTS): Add reply-no. + * tests/ls-2/tests: Don't print PATH to stderr. 2005-05-08 Paul Eggert <eggert@cs.ucla.edu> |