mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Fix ant distrib with revision.check=enforce
The regex code was adding an EOL after the actual AVR core version
This commit is contained in:
parent
ee1967cd53
commit
b1b609e610
@ -287,6 +287,7 @@
|
||||
<containsregex pattern="archiveFileName.*"avr-.......?tar.bz2"/>
|
||||
<replaceregex pattern=".*avr-(.*).tar.bz2.*" flags="g" replace="\1"/>
|
||||
</tokenfilter>
|
||||
<striplinebreaks/>
|
||||
<tailfilter lines="1"/>
|
||||
</filterchain>
|
||||
</loadfile>
|
||||
|
Loading…
Reference in New Issue
Block a user