diff options
Diffstat (limited to 'Library/Formula/grc.rb')
| -rw-r--r-- | Library/Formula/grc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb index d78cb4c59..6b8a5ffa3 100644 --- a/Library/Formula/grc.rb +++ b/Library/Formula/grc.rb @@ -20,7 +20,7 @@ class Grc < Formula def rc_script; <<-EOS.undent GRC=`which grc` - if [ "$TERM" != dumb ] && [ -n GRC ] + if [ "$TERM" != dumb ] && [ -n "$GRC" ] then alias colourify="$GRC -es --colour=auto" alias configure='colourify ./configure' |
