diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-18 16:20:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-18 16:20:45 +0000 |
commit | d845999e690aa6910feb9179d47d6aea36e8a1fd (patch) | |
tree | 603c3149678a2caaeb7f034af1df3879dba85e73 /opcodes | |
parent | 5630c289dce78fc6ba309def1ce6aa47858848e8 (diff) | |
download | gdb-d845999e690aa6910feb9179d47d6aea36e8a1fd.zip gdb-d845999e690aa6910feb9179d47d6aea36e8a1fd.tar.gz gdb-d845999e690aa6910feb9179d47d6aea36e8a1fd.tar.bz2 |
tipo
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index c9ae9eb..21f4cc9 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -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... |