Fixed keep_these_too/lose_these_too for mpw and hpread
authorAngela Marie Thomas <angela@cygnus>
Tue, 15 Nov 1994 05:27:19 +0000 (05:27 +0000)
committerAngela Marie Thomas <angela@cygnus>
Tue, 15 Nov 1994 05:27:19 +0000 (05:27 +0000)
include/.Sanitize

index ff7023b..aab0e01 100644 (file)
 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