mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
move sanitization check from Things-to-lose to Do-last
This commit is contained in:
@ -43,13 +43,12 @@ uppercase.s
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
Do-last:
|
||||
|
||||
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
|
||||
done
|
||||
|
||||
|
||||
Do-last:
|
||||
|
||||
# End of file.
|
||||
|
Reference in New Issue
Block a user