Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 20, 2016
1 parent 72d4a9b commit 3c8bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-open-pr
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ __open_pr() {
fi
}

test "$0" != "$BASH_SOURCE" || echo "$ZSH_EVAL_CONTEXT" | egrep ":file$" ||
test "$0" != "$BASH_SOURCE[*]" || echo "$ZSH_EVAL_CONTEXT" | egrep ":file$" ||
__open_pr "$@"

0 comments on commit 3c8bd3c

Please sign in to comment.