Fix minor buglet.

This commit is contained in:
Jeff Law 1999-02-04 05:17:29 +00:00
parent f5818bcf68
commit a12bb0d853
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Do-first:
cygnus_files="am33.s am33.exp"
if ( echo $* | grep keep\-am33 > /dev/null ) ; then
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"
else
lose_these_too="${cygnus_files} ${lose_these_too}"