[Debian-live-changes] r2268 - dists/trunk/live-helper/functions

lamby-guest at alioth.debian.org lamby-guest at alioth.debian.org
Thu Jun 28 14:42:45 UTC 2007


Author: lamby-guest
Date: 2007-06-28 14:42:45 +0000 (Thu, 28 Jun 2007)
New Revision: 2268

Modified:
   dists/trunk/live-helper/functions/defaults.sh
Log:


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-06-28 14:30:32 UTC (rev 2267)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-28 14:42:45 UTC (rev 2268)
@@ -90,7 +90,7 @@
 	LH_APT_SECURE="${LH_APT_SECURE:-enabled}"
 
 	# Setting bootstrap program
-	if [ -z "${LH_BOOTSTRAP}" ] || [ ! -x "${LH_BOOTSTRAP}" ]
+	if [ -z "${LH_BOOTSTRAP}" ] && [ ! -x "${LH_BOOTSTRAP}" ]
 	then
 		case "${LH_MODE}" in
 			debian)




More information about the Debian-live-changes mailing list