*** empty log message ***

This commit is contained in:
Michael Tiemann
1994-11-24 21:48:21 +00:00
parent 5c680afdc4
commit 9f554efd62
4 changed files with 9 additions and 8 deletions

View File

@ -210,7 +210,7 @@ fi
r16_files = "config.sub"
if ( echo $* | grep keep\-r16 > /dev/null ) ; then
for i in r16_files ; do
for i in $r16_files ; do
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping r16 stuff in $i
@ -218,7 +218,7 @@ if ( echo $* | grep keep\-r16 > /dev/null ) ; then
fi
done
else
for i in r16_files ; do
for i in $r16_files ; do
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"r16\" from $i...