summaryrefslogtreecommitdiff
path: root/functions/usage.sh
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-15 23:08:43 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commit026a683b771ef549337777a28b636555dabd260b (patch)
tree54e564b1feb331d0e69d6b7ff7c48f175a23ac8f /functions/usage.sh
parent1a8e86926512078b8bee53264102ce332556b4cd (diff)
downloadlive-build-026a683b771ef549337777a28b636555dabd260b.zip
live-build-026a683b771ef549337777a28b636555dabd260b.tar.gz
Don't use interpolation to print usage and help as it breaks newlines and tabs.
Diffstat (limited to 'functions/usage.sh')
-rwxr-xr-xfunctions/usage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/usage.sh b/functions/usage.sh
index f228dd7..08161ae 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -18,7 +18,7 @@ Usage ()
if [ -n "${USAGE}" ]
then
- Echo " %s" "${USAGE}"
+ Echo " ${USAGE}"
echo
fi