]> err.no Git - dotfiles/commitdiff
Use --color=auto, not just --color
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 2 Jun 2007 07:30:30 +0000 (07:30 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 2 Jun 2007 07:30:30 +0000 (07:30 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1014 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

environment

index aa2ccfe437ad06eda38a05320c76f261b63595b9..8df8a4fe7480f1ea288c461252746b172a1b9949 100644 (file)
@@ -11,7 +11,7 @@ if [ `uname -s` = "FreeBSD" ] && alias | grep -q "ls="; then
 fi
 
 GREP_OPTIONS=
-for grepopt in --colour; do
+for grepopt in --colour=auto; do
     grep -q $grepopt . /etc/passwd && GREP_OPTIONS="$GREP_OPTIONS $grepopt"
 done