From 162887c364a9352f8147e415236445d964db1493 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 28 Sep 2007 19:29:59 +0000 Subject: -C should force no colour as well --- sh/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/functions.sh b/sh/functions.sh index 495f2bd1..90d20755 100644 --- a/sh/functions.sh +++ b/sh/functions.sh @@ -120,7 +120,7 @@ esac for arg in "$@" ; do case "${arg}" in - --nocolor|--nocolour) + --nocolor|--nocolour|-C) export RC_NOCOLOR="yes" ;; esac -- cgit v1.2.3