Make friendly to set -u

This commit is contained in:
Steven Shaw 2015-05-11 07:27:21 +00:00
commit 5c1cf2feea
8 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
if [[ "${ENABLE_CORRECTION:-}" == "true" ]]; then
alias ebuild='nocorrect ebuild'
alias gist='nocorrect gist'
alias heroku='nocorrect heroku'