corrected some

This commit is contained in:
ceriel
1988-04-18 10:13:57 +00:00
parent aceac9a5ea
commit 8c69e4fc51
7 changed files with 34 additions and 34 deletions

View File

@@ -1 +1,19 @@
mkdir $DESTDIR/$1/$2
case $1 in
.) ;;
*) mkdir $DESTDIR/$1
;;
esac
p=`pwd`
cd $DESTDIR/$1
if `RV $p $p/Distr4 > /dev/null 2>&1`
then
:
else
echo "-- $1 no Distr4 Save Record yet"
if `CV $p > /dev/null 2>&1`
then
:
else
echo "-- $1 CV failed for some reason"
fi
fi