summaryrefslogtreecommitdiff
path: root/functions/echo.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-02 12:55:04 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commitf070302f5817204e4e84e434618e484128ae432f (patch)
treec447769d317b9a19e25e0a2e98e0b424b7339b70 /functions/echo.sh
parentb55f1963c8c2375381c63dc2bfb8ff87641de0e3 (diff)
downloadlive-build-f070302f5817204e4e84e434618e484128ae432f.zip
live-build-f070302f5817204e4e84e434618e484128ae432f.tar.gz
Removing double warning symbol.
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-xfunctions/echo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index e578723..3413593 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -185,9 +185,9 @@ Echo_warning ()
if [ "${_L10N}" = "false" ]
then
- printf "W: ${STRING}\n"
+ printf " ${STRING}\n"
else
- printf "W: $(eval_gettext "${STRING}")" "${@}"; echo;
+ printf " $(eval_gettext "${STRING}")" "${@}"; echo;
fi
}