mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
mention directory when looking for sanitize
This commit is contained in:
parent
e93a31e414
commit
bd163c91c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user