Skip to content

Commit 0dc7815

Browse files
committed
Fix dotc script to correctly handle -verbose.
1 parent 7cf6409 commit 0dc7815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ case "$1" in
166166
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
167167
-h|-help) help=true && shift ;;
168168
-bootstrapped) bootstrapped=true && shift ;;
169-
-v|-verbose) verbose=true && shift ;;
169+
-v|-verbose) verbose=true && addScala "-verbose" && shift ;;
170170
-debug) debug=true && shift ;;
171171
-q|-quiet) quiet=true && shift ;;
172172

0 commit comments

Comments
 (0)