File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/etc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: f8f2c7a9537c7f333b242f616aefb75a83860927
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 832c3e3cd725d85963c70cfdce26b13a5c0d508f
4
+ refs/heads/snap-stage3: 7cf470b6dadcb3294e4fa1649dd7a1bad8316347
5
5
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ install_package() {
441
441
install_script=" $2 "
442
442
443
443
msg " Extracting ${tarball_name} "
444
- (cd " ${CFG_TMP_DIR} " && " ${CFG_TAR} " -xvf " ${tarball_name} " )
444
+ (cd " ${CFG_TMP_DIR} " && " ${CFG_TAR} " -xzf " ${tarball_name} " )
445
445
if [ $? -ne 0 ]; then
446
446
rm -Rf " ${CFG_TMP_DIR} "
447
447
err " failed to unpack installer"
You can’t perform that action at this time.
0 commit comments