diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-08-20 21:54:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-08-20 21:54:07 +0000 |
commit | bd163c91c66ef8f34756f305f99030f0daa003b2 (patch) | |
tree | 8895e176e1cacc143c20d0439eb47fb3183b39f8 /ld/emultempl | |
parent | e93a31e414b0239211f3e6ded0b7a08b1d6f16ea (diff) | |
download | gdb-bd163c91c66ef8f34756f305f99030f0daa003b2.zip gdb-bd163c91c66ef8f34756f305f99030f0daa003b2.tar.gz gdb-bd163c91c66ef8f34756f305f99030f0daa003b2.tar.bz2 |
mention directory when looking for sanitize
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
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 |