From 6f55ec4fb1188e24a081dab1cea704a5370c475d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Sep 2011 08:58:30 +0200 Subject: Correcting syntax error in tr command used in default for hdd-label in progress mode. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index f157091f4..feabb504b 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) -- cgit v1.2.3