diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:58:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | 54a05a4691ba38fd5f552bc1df835b252f8ba768 (patch) | |
tree | 172281128e483964fd998df0f4de8009c67a768e /functions/echo.sh | |
parent | e7b3cabbd7be37691f69e0834c49f4bed9d57ec6 (diff) | |
download | vyos-live-build-54a05a4691ba38fd5f552bc1df835b252f8ba768.tar.gz vyos-live-build-54a05a4691ba38fd5f552bc1df835b252f8ba768.zip |
Fix truncated Echo_breakage messages.
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 "${@}" } |