diff options
| author | Roy Marples <roy@marples.name> | 2007-09-28 19:29:59 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-09-28 19:29:59 +0000 |
| commit | 162887c364a9352f8147e415236445d964db1493 (patch) | |
| tree | 77b8495fcc2e17caf10b0277a0a30556dac99679 | |
| parent | fc1bfe4234714cdcc6b158ec04cb3f92c7c8caa7 (diff) | |
| download | openrc-162887c364a9352f8147e415236445d964db1493.tar.xz | |
-C should force no colour as well
| -rw-r--r-- | sh/functions.sh | 2 |
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 |
