From: Jim Meyering Date: Sun, 30 Jul 2000 15:01:11 +0000 (+0000) Subject: (do_move): Fix typo. X-Git-Tag: TEXTUTILS-2_0g~87 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=74fe479350030d610d75fc9374adb1ef60cf02ca;p=thirdparty%2Fcoreutils.git (do_move): Fix typo. --- diff --git a/src/mv.c b/src/mv.c index 761148456c..3fc02be7b3 100644 --- a/src/mv.c +++ b/src/mv.c @@ -205,7 +205,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) dir_to_remove = NULL; error (0, 0, _("cannot move %s to a subdirectory of itself, %s"), - quote_n (0, source), quote_n (0, dest)); + quote_n (0, source), quote_n (1, dest)); } else if (rename_succeeded) {