Skip to content

Commit

Permalink
Fix dotc script to correctly handle -verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkDimius committed Jun 27, 2017
1 parent 7cf6409 commit 0dc7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dotc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ case "$1" in
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
-h|-help) help=true && shift ;;
-bootstrapped) bootstrapped=true && shift ;;
-v|-verbose) verbose=true && shift ;;
-v|-verbose) verbose=true && addScala "-verbose" && shift ;;
-debug) debug=true && shift ;;
-q|-quiet) quiet=true && shift ;;

Expand Down

0 comments on commit 0dc7815

Please sign in to comment.