aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-28 19:29:59 +0000
committerRoy Marples <roy@marples.name>2007-09-28 19:29:59 +0000
commit162887c364a9352f8147e415236445d964db1493 (patch)
tree77b8495fcc2e17caf10b0277a0a30556dac99679
parentfc1bfe4234714cdcc6b158ec04cb3f92c7c8caa7 (diff)
-C should force no colour as well
-rw-r--r--sh/functions.sh2
1 files changed, 1 insertions, 1 deletions
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