[Lunar-commits] r18877 - lunar/trunk/var/lib/lunar/functions

Moritz Heiber moe at lunar-linux.org
Sat Feb 25 00:07:34 UTC 2006


Author: moe
Date: 2006-02-25 00:07:32 +0000 (Sat, 25 Feb 2006)
New Revision: 18877

Modified:
   lunar/trunk/var/lib/lunar/functions/modules.lunar
Log:
Well well well .. you didn't think of tabs, bro ..
But SURPRISE!!!!!11
WE DID!



Modified: lunar/trunk/var/lib/lunar/functions/modules.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/modules.lunar	2006-02-24 21:54:03 UTC (rev 18876)
+++ lunar/trunk/var/lib/lunar/functions/modules.lunar	2006-02-25 00:07:32 UTC (rev 18877)
@@ -224,7 +224,7 @@
       run_module_file $1 DETAILS &> /dev/null || return -1
     else
       TMP_DETAILS=$(temp_create "details.version")
-      cat $MOONBASE/$SECTION/$1/DETAILS | sed '/^[ ]*VERSION=/d' > $TMP_DETAILS
+      cat $MOONBASE/$SECTION/$1/DETAILS | sed '/^\s*VERSION=/d' > $TMP_DETAILS
       VERSION="$WANT_VERSION"
       . $TMP_DETAILS &> /dev/null || return -1
       temp_destroy $TMP_DETAILS



More information about the Lunar-commits mailing list