fix one still existing occurance of non-full path in colorls.sh

This commit is contained in:
Ondřej Vašík 2016-01-13 12:53:38 +01:00
commit 5efe9439ad

View file

@ -47,7 +47,7 @@ if [ -z "$USER_LS_COLORS" ]; then
fi
[ -z "$LS_COLORS" ] && return
grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
/usr/bin/grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
fi
unset TMP COLORS INCLUDE