1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Fix regression in output with -R compared to previous version.

PR:		77466
Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
This commit is contained in:
David E. O'Brien 2005-02-13 23:07:30 +00:00
parent 0227791b40
commit c34acf4a4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141847

View File

@ -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;
}