Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit da06ac7

Browse files
committedApr 18, 2013
maketgz: make bzip2 creation work with Parallel BZIP2 too
Apparently the previous usage didn't work with that implementation, while this updated version works with at least both Parallel BZIP2 v1.1.8 and regular bzip "Version 1.0.6, 6-Sept-2010".
1 parent 6d9236e commit da06ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎maketgz

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# | (__| |_| | _ <| |___
1010
# \___|\___/|_| \_\_____|
1111
#
12-
# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
12+
# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
1313
#
1414
# This software is licensed as described in the file COPYING, which
1515
# you should have received as part of this distribution. The terms
@@ -142,7 +142,7 @@ make -s dist VERSION=$version
142142

143143
bzip2="curl-$version.tar.bz2"
144144
echo "Generating $bzip2"
145-
gzip -dc $targz | bzip2 --best - > $bzip2
145+
gzip -dc $targz | bzip2 --best > $bzip2
146146

147147
############################################################################
148148
#

0 commit comments

Comments
 (0)
This repository has been archived.