Trying to make yesterday's "simplification" actually work...
authorKen Raeburn <raeburn@cygnus>
Wed, 27 Apr 1994 17:19:58 +0000 (17:19 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 27 Apr 1994 17:19:58 +0000 (17:19 +0000)
.Sanitize

index 752630c..d6d21ee 100644 (file)
--- 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}"