From: Angela Marie Thomas Date: Tue, 15 Nov 1994 05:27:19 +0000 (+0000) Subject: Fixed keep_these_too/lose_these_too for mpw and hpread X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f08a8281d396236152395e6b9ebde017d4a024a0;p=binutils-gdb.git Fixed keep_these_too/lose_these_too for mpw and hpread --- diff --git a/include/.Sanitize b/include/.Sanitize index ff7023be384..aab0e01801d 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -16,15 +16,15 @@ Do-first: if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw" + keep_these_too="${keep_these_too} mpw" else - lose_these_too="mpw" + lose_these_too="${lose_these_too} mpw" fi if ( echo $* | grep keep\-hpread > /dev/null ) ; then - keep_these_too="hpux-symtab.h ChangeLog.hpread" + keep_these_too="${keep_these_too} hpux-symtab.h ChangeLog.hpread" else - lose_these_too="hpux-symtab.h ChangeLog.hpread" + lose_these_too="${lose_these_too} hpux-symtab.h ChangeLog.hpread" fi # All files listed between the "Things-to-keep:" line and the