From 00459ac04e19e1aa0cf8ca6ebe056e1e4d760246 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 31 Dec 2005 10:54:31 +0000 Subject: [PATCH] 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 --- util-vserver/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5