[SCM] live-helper branch, master, updated. 1.0.5-2-51-g764783d

Daniel Baumann daniel at debian.org
Sun Nov 1 10:47:20 UTC 2009


The following commit has been merged in the master branch:
commit 54bd4e8cc308a170476be4a5b5cddae1729d275d
Author: Karl Goetz <karl at kgoetz.id.au>
Date:   Sun Nov 1 11:39:31 2009 +0100

    Adding missing exit 1 in the archtiecture detection case.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index d8967a0..a49e251 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -472,6 +472,7 @@ Set_defaults ()
 				case "${LH_MODE}" in
 					ubuntu)
 						Echo_error "Architecture ${LH_ARCHITECTURE} not supported on Ubuntu."
+						exit 1
 						;;
 
 					*)

-- 
live-helper



More information about the debian-live-changes mailing list