Skip to content

Commit fa1092d

Browse files
author
Muryanto
committed
fix build
1 parent a4be022 commit fa1092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Builds the project via ant (obviously).
9797

9898
<exec executable="bash" dir="${basedir}" outputproperty="version_num">
9999
<arg value="-c"/>
100-
<arg value="git describe --tags"/>
100+
<arg value="git describe | sed -n 's/v[.]*\([a-zA-Z0-9.]*\)[-]*.*/\1/p'"/>
101101
</exec>
102102
<exec executable="bash" dir="${basedir}" outputproperty="branch">
103103
<arg value="-c"/>

0 commit comments

Comments
 (0)