summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/download/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/download/git b/support/download/git
index e342ed31aa..314b388fbc 100755
--- a/support/download/git
+++ b/support/download/git
@@ -55,4 +55,4 @@ fi
GIT_DIR="${basename}" \
_git archive --prefix="'${basename}/'" -o "'${output}.tmp'" --format=tar "'${cset}'"
-gzip <"${output}.tmp" >"${output}"
+gzip -n <"${output}.tmp" >"${output}"
OpenPOWER on IntegriCloud