Skip to content

Commit 777692a

Browse files
committed
Fix regexp pattern for revision detection in build.xml
1 parent cc2a9a6 commit 777692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<tokenfilter>
156156
<linetokenizer includeDelims="false" />
157157
<!-- grab the thing from the first line that's 4 digits -->
158-
<containsregex pattern="ARDUINO (.*) " />
158+
<containsregex pattern="ARDUINO ([^ ]*)" />
159159
<replaceregex pattern="ARDUINO ([^ ]*).*" replace="\1" />
160160
</tokenfilter>
161161
<tokenfilter>

0 commit comments

Comments
 (0)