diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 03:25:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 03:25:02 +0000 |
commit | 8d9171304f2a3f763c3bc15775d63ddad0ba3451 (patch) | |
tree | a74de7587bd0e3137073f4674f1e77a4dc5a0144 /gdb | |
parent | 054308add9c52ea3357e780fcf7e119faad86efe (diff) | |
download | gdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.zip gdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.tar.gz gdb-8d9171304f2a3f763c3bc15775d63ddad0ba3451.tar.bz2 |
Fix a booboo
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.Sanitize | 2 |
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} |