Skip to content

Commit fa7f3dd

Browse files
committed
remove debris
1 parent 8829a91 commit fa7f3dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ version="$ROOT/dist/target/pack/VERSION"
1515
# Create the target if absent or if file changed in ROOT/compiler
1616
new_files="$(find "$ROOT/compiler" \( -iname "*.scala" -o -iname "*.java" \) -newer "$version" 2> /dev/null)"
1717

18-
set -x
1918
if [ ! -f "$version" ] || [ ! -z "$new_files" ]; then
2019
echo "Building Dotty..."
2120
(cd $ROOT && sbt "dist/pack")

0 commit comments

Comments
 (0)