diff options
Diffstat (limited to 'cp_mv.c')
-rw-r--r-- | cp_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ extern int cp_mv_main(int argc, char **argv) | |||
282 | if ((sb.st_ino == srcStatBuf.st_ino) && | 282 | if ((sb.st_ino == srcStatBuf.st_ino) && |
283 | (sb.st_dev == srcStatBuf.st_dev)) { | 283 | (sb.st_dev == srcStatBuf.st_dev)) { |
284 | error_msg("Cannot %s `%s' into a subdirectory of itself, " | 284 | error_msg("Cannot %s `%s' into a subdirectory of itself, " |
285 | "`%s/%s'\n", applet_name, baseSrcName, | 285 | "`%s/%s'", applet_name, baseSrcName, |
286 | baseDestName, baseSrcName); | 286 | baseDestName, baseSrcName); |
287 | state = -1; | 287 | state = -1; |
288 | continue; | 288 | continue; |