aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-23 17:27:31 -0800
committerTim Harder <radhermit@gentoo.org>2014-01-23 17:28:07 -0800
commitdb2cd6cea4b03d4dbefed3c84833b5b534ee2f13 (patch)
treea18ebe3fe621a313cc49a5c22876b1172d6821a3
parentFix indentation and whitespace (diff)
downloadzsh-completion-db2cd6cea4b03d4dbefed3c84833b5b534ee2f13.tar.gz
zsh-completion-db2cd6cea4b03d4dbefed3c84833b5b534ee2f13.tar.bz2
zsh-completion-db2cd6cea4b03d4dbefed3c84833b5b534ee2f13.zip
create xz tarballs instead of bzip2
-rwxr-xr-xcreate-dist-xz.sh (renamed from create-dist-bzip2.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-dist-bzip2.sh b/create-dist-xz.sh
index c7699f7..b69967b 100755
--- a/create-dist-bzip2.sh
+++ b/create-dist-xz.sh
@@ -22,4 +22,4 @@ for i in ${COMPLETION_WIDGETS}; do
cp ${i} ${snapshot_dir}
done
-${TAR} -jcf ${snapshot_dir}.tar.bz2 ${snapshot_dir}
+${TAR} -Jcf ${snapshot_dir}.tar.xz ${snapshot_dir}