From eccc57e5ff27159c566939ac55f7df17293cec87 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 27 Apr 1994 17:19:58 +0000 Subject: [PATCH] Trying to make yesterday's "simplification" actually work... --- .Sanitize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Sanitize b/.Sanitize index 752630c340a..d6d21eeae3a 100644 --- a/.Sanitize +++ b/.Sanitize @@ -15,7 +15,7 @@ Do-first: -cygnus_files = "release release-info build-all.mk" +cygnus_files="release release-info build-all.mk" if ( echo $* | grep keep\-cygnus > /dev/null) ; then keep_these_too="${keep_these_too} ${cygnus_files}" @@ -23,7 +23,7 @@ else lose_these_too="${lose_these_too} ${cygnus_files}" fi -mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw" +mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw" if ( echo $* | grep keep\-mpw > /dev/null) ; then keep_these_too="${keep_these_too} ${mpw_files}" -- 2.30.2