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:
parent
11c4ab617c
commit
40a8301504
2
update
2
update
@ -356,7 +356,7 @@ then
|
|||||||
echo "removing old installations ..."
|
echo "removing old installations ..."
|
||||||
NUM_COPIES=3
|
NUM_COPIES=3
|
||||||
# note: `*' will expand alphabetically in the Bourne shell
|
# note: `*' will expand alphabetically in the Bourne shell
|
||||||
set - V[0-8]*
|
set - V[1-9][^.]*
|
||||||
COUNT=`expr $# - $NUM_COPIES`
|
COUNT=`expr $# - $NUM_COPIES`
|
||||||
while [ $COUNT -gt 0 ]
|
while [ $COUNT -gt 0 ]
|
||||||
do
|
do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user