summaryrefslogtreecommitdiff
path: root/functions/echo.sh
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-15 01:58:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit54a05a4691ba38fd5f552bc1df835b252f8ba768 (patch)
tree172281128e483964fd998df0f4de8009c67a768e /functions/echo.sh
parente7b3cabbd7be37691f69e0834c49f4bed9d57ec6 (diff)
downloadlive-build-54a05a4691ba38fd5f552bc1df835b252f8ba768.zip
live-build-54a05a4691ba38fd5f552bc1df835b252f8ba768.tar.gz
Fix truncated Echo_breakage messages.
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-xfunctions/echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index 5c641d2..808cd0e 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -66,5 +66,5 @@ Echo_breakage ()
;;
esac
- Echo_message ${@}
+ Echo_message "${@}"
}