Updates for 5th distribution

This commit is contained in:
ceriel
1991-12-19 10:32:01 +00:00
parent f3981cea50
commit 5ea94512cd
4 changed files with 35 additions and 17 deletions

View File

@@ -3,16 +3,25 @@ case $1 in
*) mkdir $DESTDIR/$1
;;
esac
p=`pwd`
cd $DESTDIR/$1
p=$REPDIR/$1
dir=$1
if [ $# = 2 ]
then
if [ -f $2 ]
then
set `fgrep "$dir " $2`
fi
fi
cd $DESTDIR/$dir
if [ $# = 2 ]
then
RV $p $2 > /dev/null 2>&1
echo "$dir $2"
else
if `CV $p > /dev/null 2>&1`
then
echo "$1 `RC -i`"
echo "$dir `RC -i`"
else
echo "-- $1 CV failed for some reason" 1>&2
echo "-- $dir CV failed for some reason" 1>&2
fi
fi