mention directory when looking for sanitize
authorIan Lance Taylor <ian@airs.com>
Thu, 20 Aug 1998 21:54:07 +0000 (21:54 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 20 Aug 1998 21:54:07 +0000 (21:54 +0000)
ld/emultempl/.Sanitize

index 38bc998..ffb42b2 100644 (file)
@@ -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