From: Jeff Law Date: Thu, 4 Feb 1999 05:17:29 +0000 (+0000) Subject: Fix minor buglet. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a12bb0d8534863dc82c392f5367e4e85aca748df;p=binutils-gdb.git Fix minor buglet. --- diff --git a/gdb/testsuite/gdb.disasm/.Sanitize b/gdb/testsuite/gdb.disasm/.Sanitize index bf00488af53..e4619a23676 100644 --- a/gdb/testsuite/gdb.disasm/.Sanitize +++ b/gdb/testsuite/gdb.disasm/.Sanitize @@ -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}"