Skip to content

Commit 5160249

Browse files
author
Federico Fissore
committed
removed output from exec tar: windows does not know /dev/null
1 parent 690eac4 commit 5160249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
</fail>
536536

537537
<!-- Unzip toolchain to the destination folder -->
538-
<exec executable="tar" output="/dev/null">
538+
<exec executable="tar">
539539
<arg value="xfz"/>
540540
<arg value="${staging_folder}/dist/${dist_file}"/>
541541
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>

0 commit comments

Comments
 (0)