aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-30 03:25:02 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-30 03:25:02 +0000
commit8d9171304f2a3f763c3bc15775d63ddad0ba3451 (patch)
treea74de7587bd0e3137073f4674f1e77a4dc5a0144 /gdb
parent054308add9c52ea3357e780fcf7e119faad86efe (diff)
downloadgdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.zip
gdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.tar.gz
gdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.tar.bz2
Fix a booboo
Diffstat (limited to 'gdb')
-rw-r--r--gdb/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 8ae4173..e707573 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -31,7 +31,7 @@ fi
gm_files="mpw-xconfig.in mpw-init.c ChangeLog.gm"
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
keep_these_too="${gm_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${gm_files}