Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 830e1c5..b39546d 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -1031,7 +1031,7 @@ while [ "${count}" -ne 0 ] && \
fi
done
if ${upload_to_build_master} && \
- tar -cvf 'build-logs.gz.tar' \
+ tar -cf 'build-logs.gz.tar' \
-- *'.build-log.gz'; then
while true; do
err=0