keep arc subdir if keep-arc.

This commit is contained in:
David Edelsohn 1995-04-08 19:53:24 +00:00
parent 003587bd1f
commit ac2bed8708
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
Do-first:
if ( echo $* | grep keep\-arc > /dev/null ) ; then
keep_these_too="arc ${keep_these_too}"
else
lose_these_too="arc ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.