Add in ifconfig and route
[oweals/busybox.git] / cp_mv.c
diff --git a/cp_mv.c b/cp_mv.c
index dbd2fddf56dae3e7aa5f844996afcab872125f20..9c109b5118de1170e22c3132c7f5bc041c3a4a8f 100644 (file)
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -282,7 +282,7 @@ extern int cp_mv_main(int argc, char **argv)
                                if ((sb.st_ino == srcStatBuf.st_ino) &&
                                        (sb.st_dev == srcStatBuf.st_dev)) {
                                        error_msg("Cannot %s `%s' into a subdirectory of itself, "
-                                                       "`%s/%s'\n", applet_name, baseSrcName,
+                                                       "`%s/%s'", applet_name, baseSrcName,
                                                        baseDestName, baseSrcName);
                                        state = -1;
                                        continue;