From #291: fix $TERM check

Thanks to Daniel Serodio (@dserodio) for the catch.
This commit is contained in:
Olivier Mengué 2014-05-30 22:40:01 +02:00
parent cc1be7e29d
commit dc7be2540d

View File

@ -50,7 +50,7 @@
# See the README.md file for a summary of features.
# Issue #161: do not load if not an interactive shell
test -z "$TERM" -o "x$TERM" = dumb && return
test -z "$TERM" -o "x$TERM" = xdumb && return
_LP_SHELL_bash_42=false