CVS: theedge/var/lib/lunar/functions check.lunar,1.11,1.12
Auke Kok
sofar at lunar-linux.org
Mon Dec 22 18:33:27 GMT 2003
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2174/var/lib/lunar/functions
Modified Files:
check.lunar
Log Message:
minor adjustment to make it more resistant against my imagination.
Index: check.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/check.lunar,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- check.lunar 22 Dec 2003 18:21:41 -0000 1.11
+++ check.lunar 22 Dec 2003 18:33:25 -0000 1.12
@@ -249,9 +249,10 @@
run_depends() {
debug_msg " run_depends ($@)"
(
- run_details $1
- if [ -s "$SCRIPT_DIRECTORY/DEPENDS" ] ; then
+ if run_details $1 &> /dev/null ; then
+ if [ -s "$SCRIPT_DIRECTORY/DEPENDS" ] ; then
run_module_file $MODULE DEPENDS
+ fi
fi
)
}
More information about the Lunar-commits
mailing list