[Lunar-commits] r22017 - lunar/trunk/var/lib/lunar/functions
Auke Kok
sofar at lunar-linux.org
Tue Oct 31 16:46:07 CET 2006
Author: sofar
Date: 2006-10-31 16:46:07 +0100 (Tue, 31 Oct 2006)
New Revision: 22017
Modified:
lunar/trunk/var/lib/lunar/functions/depends.lunar
Log:
Wheps.
Modified: lunar/trunk/var/lib/lunar/functions/depends.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/depends.lunar 2006-10-31 15:29:42 UTC (rev 22016)
+++ lunar/trunk/var/lib/lunar/functions/depends.lunar 2006-10-31 15:46:07 UTC (rev 22017)
@@ -36,7 +36,7 @@
if ! grep -qx "$DEP" $TMP_FDEPS ; then
debug_msg "$DEP"
echo "$DEP" >> $TMP_FDEPS
- if [[ "$(grep "^$:1$DEP:" $DEPENDS_CACHE | cut -d: -f3)" == "required" ]] ; then
+ if [[ "$(grep "^$1:$DEP:" $DEPENDS_CACHE | cut -d: -f3)" == "required" ]] ; then
echo "$DEP"
find_depends_intern "$DEP"
elif module_installed "$DEP" ; then
More information about the Lunar-commits
mailing list