summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-09-13 08:58:30 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-13 08:58:30 +0200
commit6f55ec4fb1188e24a081dab1cea704a5370c475d (patch)
tree1f053e145dd7b7a51d6565e669c36ed2acc807f6 /functions
parentbb718340e227fe25761fc52469664428323ea1a9 (diff)
downloadvyos-live-build-6f55ec4fb1188e24a081dab1cea704a5370c475d.tar.gz
vyos-live-build-6f55ec4fb1188e24a081dab1cea704a5370c475d.zip
Correcting syntax error in tr command used in default for hdd-label in progress mode.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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)