From bd163c91c66ef8f34756f305f99030f0daa003b2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Aug 1998 21:54:07 +0000 Subject: mention directory when looking for sanitize --- ld/emultempl/.Sanitize | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld') diff --git a/ld/emultempl/.Sanitize b/ld/emultempl/.Sanitize index 38bc998..ffb42b2 100644 --- a/ld/emultempl/.Sanitize +++ b/ld/emultempl/.Sanitize @@ -91,7 +91,7 @@ else fi for i in * ; do - if test ! -d $i && (grep sanitize $i > /dev/null) ; then - echo '***' Some mentions of Sanitize are still left in $i! 1>&2 - fi + if test ! -d $i && (grep sanitize $i > /dev/null) ; then + echo '***' Some mentions of Sanitize are still left in ld/emultempl/$i! 1>&2 + fi done -- cgit v1.1