From 8d9171304f2a3f763c3bc15775d63ddad0ba3451 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 30 Jun 1994 03:25:02 +0000 Subject: [PATCH] Fix a booboo --- gdb/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 8ae4173802b..e7075730def 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} -- 2.30.2