This commit is contained in:
Ian Lance Taylor
1998-06-18 16:20:45 +00:00
parent 5630c289dc
commit d845999e69

View File

@ -173,7 +173,7 @@ if ( echo $* | grep keep\-am33 > /dev/null ) ; then
fi fi
done done
else else
for i in $am33-files ; do for i in $am33_files ; do
if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then if [ -n "${verbose}" ] ; then
echo Removing traces of \"am33\" from $i... echo Removing traces of \"am33\" from $i...