projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e93a31e
)
mention directory when looking for sanitize
author
Ian Lance Taylor
<ian@airs.com>
Thu, 20 Aug 1998 21:54:07 +0000
(21:54 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 20 Aug 1998 21:54:07 +0000
(21:54 +0000)
ld/emultempl/.Sanitize
patch
|
blob
|
history
diff --git
a/ld/emultempl/.Sanitize
b/ld/emultempl/.Sanitize
index 38bc9986196fe36a77245eda3d56c3f3ccedca26..ffb42b21347dd423e57ce235ee77a34af443ac93 100644
(file)
--- 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