diff options
-rw-r--r-- | gnu/usr.bin/grep/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c index e1f4e41..aa1fac6 100644 --- a/gnu/usr.bin/grep/grep.c +++ b/gnu/usr.bin/grep/grep.c @@ -1104,7 +1104,7 @@ grepdir (char const *dir, struct stats const *stats) && ancestor->stat.st_dev == stats->stat.st_dev) { if (!suppress_errors) - error (0, 0, _("warning: %s: %s\n"), dir, + error (0, 0, _("warning: %s: %s"), dir, _("recursive directory loop")); return 1; } |