CVS: theedge/sbin lin,1.63,1.64

sofar at lunar-linux.org sofar at lunar-linux.org
Thu Aug 7 16:12:10 GMT 2003


Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28774/sbin

Modified Files:
	lin 
Log Message:
Slightly goofed up lin --deps code handling...


Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- lin	7 Aug 2003 05:56:48 -0000	1.63
+++ lin	7 Aug 2003 16:12:08 -0000	1.64
@@ -51,6 +51,7 @@
 
 
 main() {
+  debug_msg "main ($@)"
   MODULES="$@"
 
   if echo $MODULES | grep -qw moonbase ; then
@@ -188,8 +189,8 @@
     case "$1" in
       -c|--compile     ) export COMPILE="$1" ;                      shift   ;;
       -d|--debug       ) (( LUNAR_DEBUG++ )) ; export LUNAR_DEBUG ; shift   ;;
-         --deps        ) export DEPS_ONLY="$1"                      shift   ;;
-      -f|--from        ) export SOURCE_CACHE=$2;                    shift 2 ;;
+         --deps        ) export DEPS_ONLY="$1" ;                    shift   ;;
+      -f|--from        ) export SOURCE_CACHE=$2 ;                   shift 2 ;;
       -h|--help        ) help ; exit                                        ;;
       -p|--probe       ) export PROBE="$1" ;                        shift   ;;
       -r|--reconfigure ) export RECONFIGURE="$1" ;                  shift   ;;




More information about the Lunar-commits mailing list