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.
2 parents c63623f + bc749aa commit 80764e0Copy full SHA for 80764e0
bin/common
@@ -17,7 +17,7 @@ new_files="$(find "$ROOT/compiler" \( -iname "*.scala" -o -iname "*.java" \) -ne
17
18
if [ ! -f "$version" ] || [ ! -z "$new_files" ]; then
19
echo "Building Dotty..."
20
- sbt "dist-bootstrapped/pack"
+ (cd $ROOT && sbt "dist-bootstrapped/pack")
21
fi
22
23
eval "$target" "$@"
0 commit comments