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

This commit is contained in:
Daniel Baumann 2011-09-13 08:58:30 +02:00
parent bb718340e2
commit 6f55ec4fb1
1 changed files with 1 additions and 1 deletions

View File

@ -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)