mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
removed output from exec tar: windows does not know /dev/null
This commit is contained in:
parent
690eac4047
commit
51602496eb
@ -535,7 +535,7 @@
|
||||
</fail>
|
||||
|
||||
<!-- Unzip toolchain to the destination folder -->
|
||||
<exec executable="tar" output="/dev/null">
|
||||
<exec executable="tar">
|
||||
<arg value="xfz"/>
|
||||
<arg value="${staging_folder}/dist/${dist_file}"/>
|
||||
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user