Skip to content

Commit 53cd244

Browse files
committed
fix dist/bin/dotc to correctly handle -verbose
1 parent 0dc7815 commit 53cd244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ while [[ $# -gt 0 ]]; do
7575
case "$1" in
7676
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
7777
-h|-help) help=true && shift ;;
78-
-v|-verbose) verbose=true && shift ;;
78+
-v|-verbose) verbose=true && addScala "-verbose" && shift ;;
7979
-debug) DEBUG="$DEBUG_STR" && shift ;;
8080
-q|-quiet) quiet=true && shift ;;
8181

0 commit comments

Comments
 (0)