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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jun 28 15:26:42 UTC 2007


Author: daniel
Date: 2007-06-28 15:26:42 +0000 (Thu, 28 Jun 2007)
New Revision: 2271

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:57:23 UTC (rev 2270)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-28 15:26:42 UTC (rev 2271)
@@ -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 "`which ${LH_BOOTSTRAP}`" ]
 	then
 		case "${LH_MODE}" in
 			debian)




More information about the Debian-live-changes mailing list