diff --git a/make-shell.zsh b/make-shell.zsh index fc0bb1eb..abfe34ad 100755 --- a/make-shell.zsh +++ b/make-shell.zsh @@ -54,7 +54,7 @@ local process_shell() { eval $1 shift -if [[ $1 = "+x" ]]; then +if [[ $1 = "-x" ]]; then _debug=true shift fi