From: Ian Lance Taylor Date: Thu, 20 Aug 1998 21:54:07 +0000 (+0000) Subject: mention directory when looking for sanitize X-Git-Tag: gdb-4_18-branchpoint~1281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd163c91c66ef8f34756f305f99030f0daa003b2;p=thirdparty%2Fbinutils-gdb.git mention directory when looking for sanitize --- diff --git a/ld/emultempl/.Sanitize b/ld/emultempl/.Sanitize index 38bc9986196..ffb42b21347 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