]> git.ipfire.org Git - thirdparty/coreutils.git/commit
mv: fix issues with previous prompt adjustments
authorPádraig Brady <P@draigBrady.com>
Wed, 26 Mar 2014 13:36:16 +0000 (13:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Mar 2014 15:23:23 +0000 (08:23 -0700)
commit2d8ae88a228ac82c725f22aaee24accde8a12dcf
treef1d384d80a79592f089cb10d7d68001aaaa52945
parent5de5d8a5c0aa864bbf79a299cf5b9d5a1547941a
mv: fix issues with previous prompt adjustments

* src/copy.c (overwrite_ok): Fix the gettext calls so
that the second string is tagged for translation.
Display the correct "replace ..." prompt when in move_mode.
* tests/mv/i-3.sh: Display the output on failure to ease debugging.
src/copy.c
tests/mv/i-3.sh