Skip to content

Commit abaed5e

Browse files
committed
Fix build on Windows.
a289465 broke get-scala-revision.bat.
1 parent a289465 commit abaed5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/get-scala-revision.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ cd %_DIR%
1616

1717
if exist .git\NUL (
1818
git describe head --abbrev=7 --match dev
19-
echo 0
2019
)
2120

2221
:end

0 commit comments

Comments
 (0)