We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd
1 parent c7f58dd commit 3c63845Copy full SHA for 3c63845
bin/dotr
@@ -6,7 +6,7 @@ if [[ "$DOTTY_ROOT" == "" ]]; then
6
DOTTY_ROOT="$0"
7
fi
8
DOTTY_ROOT="$(dirname "$DOTTY_ROOT")"
9
-DOTTY_ROOT="$( cd "$DOTTY_ROOT" && pwd )/.." # absolute
+DOTTY_ROOT="$( cd "$DOTTY_ROOT" >& /dev/null && pwd )/.." # absolute
10
11
# CLASS_PATH is derived from the DOTTY_ROOT
12
CLASS_PATH="-J-Xbootclasspath/a:.:$DOTTY_ROOT/target/scala-2.11/classes/"
0 commit comments