diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-20 17:32:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-20 17:32:14 +0000 |
commit | 2a01141018637fc06604335aea673dff95efd033 (patch) | |
tree | 4cf78e6c99e09e4a5d947e465b92829fc7a43bae /NEWS | |
parent | fae30e1af9aec9486b0a278c1c5e7b8c6abba498 (diff) | |
download | coreutils-2a01141018637fc06604335aea673dff95efd033.tar.xz |
* NEWS: Document fix for cp -i and mv -i.
* src/copy.c (copy_internal): With -i, prompt even if the source
is a directory and the destination is not. This is required by
POSIX and gives the user a chance to bail out before failing.
* tests/cp/Makefile.am (TESTS): Add cp-i.
* tests/cp/cp-i: New file.
* tests/mv/Makefile.am (TESTS): Add i-5.
* tests/mv/i-5: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ GNU coreutils NEWS -*- outline -*- preceding command line argument. This bug also affects chgrp, but it is harder to demonstrate. It does not affect chown. + cp -i and mv -i occasionally neglected to prompt when the copy or + move action was bound to fail. * Major changes in release 6.2 (2006-09-18) [stable candidate] |