This commit is contained in:
ceriel
1991-10-16 13:28:48 +00:00
parent 147bb196b2
commit 7987f04e22
6 changed files with 38 additions and 47 deletions

View File

@@ -11,8 +11,8 @@ then
else
if `CV $p > /dev/null 2>&1`
then
:
echo "$1 `RC -i`"
else
echo "-- $1 CV failed for some reason"
echo "-- $1 CV failed for some reason" 1>&2
fi
fi