1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-11 09:43:08 +03:00

removed output from exec tar: windows does not know /dev/null

This commit is contained in:
Federico Fissore
2013-08-30 17:19:06 +02:00
parent 690eac4047
commit 51602496eb

View File

@@ -535,7 +535,7 @@
</fail> </fail>
<!-- Unzip toolchain to the destination folder --> <!-- Unzip toolchain to the destination folder -->
<exec executable="tar" output="/dev/null"> <exec executable="tar">
<arg value="xfz"/> <arg value="xfz"/>
<arg value="${staging_folder}/dist/${dist_file}"/> <arg value="${staging_folder}/dist/${dist_file}"/>
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/> <arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>