From a12bb0d8534863dc82c392f5367e4e85aca748df Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 4 Feb 1999 05:17:29 +0000 Subject: [PATCH] Fix minor buglet. --- gdb/testsuite/gdb.disasm/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.30.2