Skip to content

Commit b77b85e

Browse files
committed
Merge remote-tracking branch 'szeiger/fix/windows-git-revision'
tools/get-scala-revision.bat should have the same logic as tools/get-scala-revision, but I'm afraid to try to implement an if/then/else in a windows batch file. Contributions welcome.
2 parents 340bb43 + abaed5e commit b77b85e

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)