We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2a9a6 commit 777692aCopy full SHA for 777692a
build/build.xml
@@ -155,7 +155,7 @@
155
<tokenfilter>
156
<linetokenizer includeDelims="false" />
157
<!-- grab the thing from the first line that's 4 digits -->
158
- <containsregex pattern="ARDUINO (.*) " />
+ <containsregex pattern="ARDUINO ([^ ]*)" />
159
<replaceregex pattern="ARDUINO ([^ ]*).*" replace="\1" />
160
</tokenfilter>
161
0 commit comments