[Lunar-commits] <lunar> Missing &&
Peter de Ridder
peter at lunar-linux.org
Sat Nov 3 23:47:00 CET 2012
commit 2c601620197ccc9e24dff1bdd3b90e23a2600839
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sat, 03 Nov 2012 15:47:00 -0700
URL: https://github.com/lunar-linux/lunar/commit/2c601620197ccc9e24dff1bdd3b90e23a2600839
Missing &&
---
libs/main.lunar | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/libs/main.lunar
+++ b/libs/main.lunar
@@ -278,7 +278,7 @@ lin_module() {
satisfy_depends &&
show_downloading &&
- OPTS="$OPTS `grep "^$MODULE:" "$TEMP_CONFIGOPTS" | cut -d: -f2`"
+ OPTS="$OPTS `grep "^$MODULE:" "$TEMP_CONFIGOPTS" | cut -d: -f2`" &&
# last minute source code presence check:
(
More information about the Lunar-commits
mailing list