[SCM] debian-live branch, master, updated. 1.0_a47-1-71-g04841d4

Chris Lamb chris at chris-lamb.co.uk
Thu Jul 10 04:20:51 UTC 2008


The following commit has been merged in the master branch:
commit 04841d46ad68c9bac65502f79280d108bdba3e2f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Jul 10 05:13:57 2008 +0100

    Abort build if working directory contains spaces - not supported by (at least) debootstrap and cdebootstrap.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_build b/helpers/lh_build
index 835a4b7..8d38890 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -35,6 +35,12 @@ then
 	exit 1
 fi
 
+if echo $(pwd) | grep -qs " "
+then
+	Echo_error "Cannot build live image from a directory containing spaces"
+	exit 1
+fi
+
 # Bootstrapping system
 lh_bootstrap ${*}
 

-- 
debian-live



More information about the debian-live-changes mailing list