Forgot this change in last checkin.

This commit is contained in:
Fred Fish 1997-03-22 23:53:32 +00:00
parent 12967062e4
commit 46c755d495
1 changed files with 14 additions and 0 deletions

View File

@ -63,6 +63,20 @@ else
fi
fi
tic80_files="tic80"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
keep_these_too="${tic80_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${tic80_files}
fi
else
lose_these_too="${tic80_files} ${lose_these_too}"
if [ -n "${verbose}" ] ; then
echo Deleting ${tic80_files}
fi
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.
# Directories listed in this section will have their own Sanitize