CVS: theedge/bin lvu,1.35,1.36
elaine at lunar-linux.org
elaine at lunar-linux.org
Wed Sep 17 00:36:43 GMT 2003
Update of /var/cvs/lunar/theedge/bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13321/bin
Modified Files:
lvu
Log Message:
lget - added -V |--Version syntax luv corrected 'versions' command oper.
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- lvu 11 Sep 2003 05:09:50 -0000 1.35
+++ lvu 17 Sep 2003 00:36:41 -0000 1.36
@@ -787,6 +787,10 @@
if run_details $2 ; then
echo "main-version $VERSION"
fi
+ if [ $(echo $MOONBASE/*/$2/*/DETAILS | wc -w) -lt 2 ] ; then
+ message "${MESSAGE_COLOR} This module has no alt-versions${DEFAULT_COLOR}"
+ exit 1
+ fi
for i in $MOONBASE/*/$2/*/DETAILS ; do
x=`echo $i | sed 's:/DETAILS::'`
run_details $2/`basename $x`
More information about the Lunar-commits
mailing list