Skip to content

Commit

Permalink
fix(cli): Correct shell flag syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 28, 2020
1 parent 15f8e2e commit 4853d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-shell.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local process_shell() {
eval $1
shift

if [[ $1 = "+x" ]]; then
if [[ $1 = "-x" ]]; then
_debug=true
shift
fi
Expand Down

0 comments on commit 4853d68

Please sign in to comment.