mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-15 01:00:26 +08:00
Don't grep directories, since that breaks on NFS-mounted file systems.
This commit is contained in:
@ -108,7 +108,8 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
if grep 'sanitize' * ; then
|
||||
echo Some mentions of Sanitize are still left in the sources!
|
||||
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!
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user