From: Enrico Scholz Date: Sat, 31 Dec 2005 10:54:31 +0000 (+0000) Subject: colpanic(): added missing 'error' keyword for the colorize call (issue X-Git-Tag: version_0_30_210~49 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00459ac04e19e1aa0cf8ca6ebe056e1e4d760246;p=util-vserver.git colpanic(): added missing 'error' keyword for the colorize call (issue 15281, reported and patched by Micah Anderson) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2232 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/functions b/util-vserver/scripts/functions index 4a24bd5..3396474 100644 --- a/util-vserver/scripts/functions +++ b/util-vserver/scripts/functions @@ -213,7 +213,7 @@ function colpanic if test -n "$_VS_ERRFILE"; then echo "$@" >>"$_VS_ERRFILE" else - colorize echo -n "$@" >&2 + colorize error echo -n "$@" >&2 fi echo