livecd: functions-live - small fix

havner havner at pld-linux.org
Tue Oct 17 12:18:02 CEST 2006


Author: havner                       Date: Tue Oct 17 10:18:01 2006 GMT
Module: livecd                        Tag: HEAD
---- Log message:
- small fix

---- Files affected:
livecd:
   functions-live (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: livecd/functions-live
diff -u livecd/functions-live:1.20 livecd/functions-live:1.21
--- livecd/functions-live:1.20	Tue Jul 18 14:40:20 2006
+++ livecd/functions-live	Tue Oct 17 12:17:56 2006
@@ -183,7 +183,7 @@
 
 check_deps() {
 while [ "$#" != "0" ]; do
-	if [ ! -f "$ROOTFS/$1" -a ! -f "`chroot $ROOTFS which $1 2>/dev/null`" ]; then
+	if [ ! -f "$ROOTFS/$1" -a ! -f "$ROOTFS`chroot $ROOTFS which $1 2>/dev/null`" ]; then
 		echo "Install $1 before running this script."
 		FAIL=true
 	fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/livecd/functions-live?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list