[Lunar-commits] CVS: theedge/sbin lin,1.92,1.93
Auke Kok
sofar at lunar-linux.org
Tue Apr 5 08:47:43 UTC 2005
Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/sbin
Modified Files:
lin
Log Message:
Adding brackets solves this too =^)
Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- lin 5 Apr 2005 05:26:38 -0000 1.92
+++ lin 5 Apr 2005 08:47:40 -0000 1.93
@@ -128,8 +128,7 @@
if ! module_held $MODULE ; then
linING="/var/lock/installing.$MODULE"
verbose_msg "starting lin \"$MODULE\""
-# if ! SINGLE_MODULE=1 main $MODULE ; then
- if ! SINGLE_MODULE=1 lin $COMPILE $PROBE $SILENT $MODULE ; then
+ if ! ( SINGLE_MODULE=1 main $MODULE ) ; then
if [ -e "$TMP_LIN_FAIL" ] ; then
echo "$MODULE" >> $TMP_LIN_FAIL
fi
More information about the Lunar-commits
mailing list