diff --git a/dist/bin/dotc b/dist/bin/dotc index 790705e71388..07a95fb5b395 100755 --- a/dist/bin/dotc +++ b/dist/bin/dotc @@ -90,7 +90,7 @@ case "$1" in -repl) PROG_NAME="$ReplMain" && shift ;; -compile) PROG_NAME="$CompilerMain" && shift ;; -decompile) PROG_NAME="$DecompilerMain" && shift ;; - -print-tasty) PROG_NAME="$DecompilerMain" && shift ;; + -print-tasty) PROG_NAME="$DecompilerMain" && addScala "-print-tasty" && shift ;; -run) PROG_NAME="$ReplMain" && shift ;; -bootcp) bootcp=true && shift ;; -nobootcp) unset bootcp && shift ;;