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.
1 parent 8829a91 commit fa7f3ddCopy full SHA for fa7f3dd
bin/common
@@ -15,7 +15,6 @@ version="$ROOT/dist/target/pack/VERSION"
15
# Create the target if absent or if file changed in ROOT/compiler
16
new_files="$(find "$ROOT/compiler" \( -iname "*.scala" -o -iname "*.java" \) -newer "$version" 2> /dev/null)"
17
18
-set -x
19
if [ ! -f "$version" ] || [ ! -z "$new_files" ]; then
20
echo "Building Dotty..."
21
(cd $ROOT && sbt "dist/pack")
0 commit comments