diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.disasm/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.disasm/.Sanitize b/gdb/testsuite/gdb.disasm/.Sanitize index bf00488..e4619a2 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}" |