Fixed problem with removal of old installations.

NOTE: This will need to be changed again once all V99* and V2000*
installations have been removed.
This commit is contained in:
falgout 2000-09-07 23:34:19 +00:00
parent 11c4ab617c
commit 40a8301504

2
update
View File

@ -356,7 +356,7 @@ then
echo "removing old installations ..."
NUM_COPIES=3
# note: `*' will expand alphabetically in the Bourne shell
set - V[0-8]*
set - V[1-9][^.]*
COUNT=`expr $# - $NUM_COPIES`
while [ $COUNT -gt 0 ]
do