several changes

This commit is contained in:
ceriel
1990-07-30 14:32:43 +00:00
parent 3c10a60011
commit 09d156b96a
6 changed files with 12 additions and 33 deletions

View File

@@ -5,14 +5,10 @@ case $1 in
esac
p=`pwd`
cd $DESTDIR/$1
if [ $# = 2 ] && [ -f $p/$2 ]
if [ $# = 2 ]
then
RV $p $p/$2 > /dev/null 2>&1
RV $p $2 > /dev/null 2>&1
else
if [ $# = 2 ]
then
echo "-- $1 no $2 Save Record yet"
fi
if `CV $p > /dev/null 2>&1`
then
: