aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-08-20 21:54:07 +0000
committerIan Lance Taylor <ian@airs.com>1998-08-20 21:54:07 +0000
commitbd163c91c66ef8f34756f305f99030f0daa003b2 (patch)
tree8895e176e1cacc143c20d0439eb47fb3183b39f8 /ld
parente93a31e414b0239211f3e6ded0b7a08b1d6f16ea (diff)
downloadgdb-bd163c91c66ef8f34756f305f99030f0daa003b2.zip
gdb-bd163c91c66ef8f34756f305f99030f0daa003b2.tar.gz
gdb-bd163c91c66ef8f34756f305f99030f0daa003b2.tar.bz2
mention directory when looking for sanitize
Diffstat (limited to 'ld')
-rw-r--r--ld/emultempl/.Sanitize6
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