CVS: theedge/bin lvu,1.37,1.38

Auke Kok sofar at lunar-linux.org
Sun Nov 9 15:18:25 GMT 2003


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

Modified Files:
	lvu 
Log Message:
lvu tree fix. thanks lurch!


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- lvu	2 Oct 2003 04:58:41 -0000	1.37
+++ lvu	9 Nov 2003 15:18:23 -0000	1.38
@@ -481,8 +481,8 @@
 
   # purpose: Retrieve all dependencies
   get_depends() {
-    NON_OPTIONAL='/^[[:blank:]]*#/! s/.*\<depends\>[[:blank:]]*\([0-9a-zA-Z"+_-]*\).*/\1/p'
-    OPTIONAL='/^[[:blank:]]*#/! s/.*\<optional_depends\>[[:blank:]]*\([0-9a-zA-Z"+_-]*\).*/(\1)/p'
+    NON_OPTIONAL='/^[[:blank:]]*#/! s/.*\<depends\>[[:blank:]]*\([0-9a-zA-Z\.\/"+_-]*\).*/\1/p'
+    OPTIONAL='/^[[:blank:]]*#/! s/.*\<optional_depends\>[[:blank:]]*\([0-9a-zA-Z\.\/"+_-]*\).*/(\1)/p'
     DEPENDS=$(sed -n "${NON_OPTIONAL}"'; '"${OPTIONAL}" ${DEPENDS_FILE} | sed 's/"//g' | tr "\n" " ")
     for dep in ${DEPENDS}
     do




More information about the Lunar-commits mailing list