aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/.Sanitize')
-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