[Lunar-commits] r17641 - lunar/trunk/bin

Auke Kok sofar at lunar-linux.org
Tue Dec 13 03:42:58 UTC 2005


Author: sofar
Date: 2005-12-13 03:42:55 +0000 (Tue, 13 Dec 2005)
New Revision: 17641

Modified:
   lunar/trunk/bin/lvu
Log:
Yep, indeed zbigniew was right - should be fine now - I must have overlooked something.


Modified: lunar/trunk/bin/lvu
===================================================================
--- lunar/trunk/bin/lvu	2005-12-12 20:11:02 UTC (rev 17640)
+++ lunar/trunk/bin/lvu	2005-12-13 03:42:55 UTC (rev 17641)
@@ -753,7 +753,7 @@
 	  message "no local copy of \"$MODULE\" exists"
 	  exit 1
     fi
-	ZSECTION=$(echo $SECTION | sed 's/zlocal//g')
+	ZSECTION=$(echo $SECTION | sed 's/zlocal/\//g')
     diff -Nurb $MOONBASE/$NZSECTION/$MODULE $MOONBASE/zlocal/$ZSECTION/$MODULE --exclude ".svn" --exclude "CVS" | sed "s|^\([+-][+-][+-] \)$MOONBASE/[^/]*/|\1|g" | grep -v "^diff " | sed "s|$ZSECTION\/||g"
   fi
 }



More information about the Lunar-commits mailing list