diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:58:07 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:58:07 +0100 |
commit | 4c01d50ea6e3f7b569de755732cee01a66d1d787 (patch) | |
tree | 172281128e483964fd998df0f4de8009c67a768e /functions/echo.sh | |
parent | 1520c59356bcaf83298ac7e87c39f641875544ab (diff) | |
download | vyos-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-x | functions/echo.sh | 2 |
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 "${@}" } |