From 80cad9ccad693bf4d0293b2011800c2048714c4a Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 12 Oct 1993 02:42:30 +0000 Subject: [PATCH] Add chillrt test-chill release release-info to lose_these_too if they are not added to keep_these_too. --- .Sanitize | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.Sanitize b/.Sanitize index fac69bf..5de585d 100644 --- a/.Sanitize +++ b/.Sanitize @@ -17,10 +17,14 @@ Do-first: if ( echo $* | grep keep\-chill > /dev/null ) ; then keep_these_too="chillrt test-chill" +else + lose_these_too="chillrt test-chill" fi if ( echo $* | grep keep\-cygnus > /dev/null) ; then keep_these_too="${keep_these_too} release release-info" +else + lose_these_too="${lose_these_too} release release-info" fi -- 2.7.4