[SCM] live-build branch, debian, updated. debian/3.0_a31-1-16-g0b08f45

Daniel Baumann daniel at debian.org
Tue Sep 27 20:58:53 UTC 2011


The following commit has been merged in the debian branch:
commit 6f55ec4fb1188e24a081dab1cea704a5370c475d
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Sep 13 08:58:30 2011 +0200

    Correcting syntax error in tr command used in default for hdd-label in progress mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index f157091..feabb50 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1021,7 +1021,7 @@ Set_defaults ()
 			;;
 
 		progress)
-			LB_HDD_LABEL="${LB_HDD_LABEL:-PROGRESS_$(echo ${LB_DISTRIBUTION} | tr [a-z][A-Z])}"
+			LB_HDD_LABEL="${LB_HDD_LABEL:-PROGRESS_$(echo ${LB_DISTRIBUTION} | tr [a-z] [A-Z])}"
 			;;
 
 		ubuntu)

-- 
live-build



More information about the debian-live-changes mailing list