From debeb164c8ffedb50ccefbce6047165760d59558 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 15 Dec 1998 01:10:10 +0000 Subject: [PATCH] keep mt-skyb if sky --- config/.Sanitize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.Sanitize b/config/.Sanitize index 1b1af3b..826f6fb 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -28,9 +28,9 @@ else fi if ( echo $* | grep keep\-sky > /dev/null ) ; then - keep_these_too="${keep_these_too} mt-sky" + keep_these_too="${keep_these_too} mt-sky mt-skyb" else - lose_these_too="${lose_these_too} mt-sky" + lose_these_too="${lose_these_too} mt-sky mt-skyb" fi # All files listed between the "Things-to-keep:" line and the -- 2.7.4