summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
Diffstat (limited to 'bin/release')
-rwxr-xr-xbin/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release
index 3b975d3..cf4ad9f 100755
--- a/bin/release
+++ b/bin/release
@@ -121,7 +121,7 @@ for comp in $methods; do
gzip -9 <../x.tar >$DEST/hdf5-$VERS.tar.gz;;
bzip2)
test "$verbose" && echo " Running bzip2..." 1>&2
- bzip2 -9 <../x.tar >$DEST/hdf5-$VERS.tar.gz;;
+ bzip2 -9 <../x.tar >$DEST/hdf5-$VERS.tar.bz2;;
esac
done