mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fix regexp pattern for revision detection in build.xml
This commit is contained in:
@ -155,7 +155,7 @@
|
||||
<tokenfilter>
|
||||
<linetokenizer includeDelims="false" />
|
||||
<!-- grab the thing from the first line that's 4 digits -->
|
||||
<containsregex pattern="ARDUINO (.*) " />
|
||||
<containsregex pattern="ARDUINO ([^ ]*)" />
|
||||
<replaceregex pattern="ARDUINO ([^ ]*).*" replace="\1" />
|
||||
</tokenfilter>
|
||||
<tokenfilter>
|
||||
|
Reference in New Issue
Block a user