We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690eac4 commit 5160249Copy full SHA for 5160249
build/build.xml
@@ -535,7 +535,7 @@
535
</fail>
536
537
<!-- Unzip toolchain to the destination folder -->
538
- <exec executable="tar" output="/dev/null">
+ <exec executable="tar">
539
<arg value="xfz"/>
540
<arg value="${staging_folder}/dist/${dist_file}"/>
541
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>
0 commit comments