tipo
This commit is contained in:
parent
5630c289dc
commit
d845999e69
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ if ( echo $* | grep keep\-am33 > /dev/null ) ; then
|
|||
fi
|
||||
done
|
||||
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 [ -n "${verbose}" ] ; then
|
||||
echo Removing traces of \"am33\" from $i...
|
||||
|
|
Loading…
Reference in a new issue