Skip to content

Commit

Permalink
removed --remove-files instruction
Browse files Browse the repository at this point in the history
somehow that causes issue for little gain!
  • Loading branch information
anthony-cros committed Dec 5, 2015
1 parent b99d13a commit 135f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-build/ct-ng/ct-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ls "${CROSS_COMPILER_DIR?}/bin/${TARGET_ARCHITECTURE?}-gcc"
echo
tree -L 3 "${CROSS_COMPILER_DIR?}"
cd $HOME
tar --remove-files -zcf $HOME/x-tools.tgz ./x-tools
tar -zcf $HOME/x-tools.tgz ./x-tools
ls $HOME/x-tools.tgz

# ===========================================================================
Expand Down

0 comments on commit 135f929

Please sign in to comment.