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,18 +1,11 @@
if co -q -rdistr4 $DESTDIR/$1/$2 >/dev/null 2>&1
if [ -f $DESTDIR/$1/$2 ]
then
chmod +w $DESTDIR/$1/$2
elif co -q $DESTDIR/$1/$2 >/dev/null 2>&1
then
chmod +w $DESTDIR/$1/$2
echo -- $1/$2 no distr4 yet
elif grep LIST .distr >/dev/null 2>&1 &&
:
elif grep LIST $DESTDIR/$1/.distr >/dev/null 2>&1 &&
(test "$2" = "`head -1 $DESTDIR/$1/LIST`") >/dev/null 2>&1 &&
${DA-false} "$1" "$2"
then
: Fetched library contents one by one and put them together
elif cp $2 $DESTDIR/$1/$2 >/dev/null 2>&1
then
echo -- $1/$2 no RCS file
else
echo ++ $1/$2 not present
fi