Fix a booboo
This commit is contained in:
parent
054308add9
commit
8d9171304f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue