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
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-15 01:58:07 +0100
commit4c01d50ea6e3f7b569de755732cee01a66d1d787 (patch)
tree172281128e483964fd998df0f4de8009c67a768e /functions/echo.sh
parent1520c59356bcaf83298ac7e87c39f641875544ab (diff)
downloadvyos-live-build-4c01d50ea6e3f7b569de755732cee01a66d1d787.tar.gz
vyos-live-build-4c01d50ea6e3f7b569de755732cee01a66d1d787.zip
Fix truncated Echo_breakage messages.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
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 5c641d2b1..808cd0e89 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -66,5 +66,5 @@ Echo_breakage ()
;;
esac
- Echo_message ${@}
+ Echo_message "${@}"
}