1
0
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:
Martino Facchin 2018-07-11 16:53:18 +02:00 committed by GitHub
parent ee1967cd53
commit b1b609e610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,7 @@
<containsregex pattern="archiveFileName.*&quot;avr-.......?tar.bz2"/>
<replaceregex pattern=".*avr-(.*).tar.bz2.*" flags="g" replace="\1"/>
</tokenfilter>
<striplinebreaks/>
<tailfilter lines="1"/>
</filterchain>
</loadfile>