File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3b4ad726f1d9982a91693e36bfce51b1013f16c4
2
+ refs/heads/master: 98f01f1f5481f12796d2c7b57f36e998b1e644f0
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cafe2966770ff377aad6dd9fd808e68055587c58
5
5
refs/heads/try: 0f0d21c1eb5c7be04d323e0b06faf252ad790af6
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ validate_opt() {
230
230
}
231
231
232
232
probe_need CFG_CURL curl
233
+ probe_need CFG_TAR tar
233
234
234
235
CFG_SRC_DIR=" $( cd $( dirname $0 ) && pwd) /"
235
236
CFG_SELF=" $0 "
@@ -430,7 +431,7 @@ if [ -z "${CFG_DISABLE_CARGO}" ]; then
430
431
fi
431
432
432
433
433
- (cd " ${TMP_DIR} " && tar xzf " ${TARBALL_NAME} " )
434
+ (cd " ${TMP_DIR} " && ${CFG_TAR} xzf " ${TARBALL_NAME} " )
434
435
if [ $? -ne 0 ]
435
436
then
436
437
rm -Rf " ${TMP_DIR} "
457
458
fi
458
459
459
460
if [ -z " ${CFG_DISABLE_CARGO} " ]; then
460
- (cd " ${TMP_DIR} " && tar xzf " ${CARGO_TARBALL_NAME} " )
461
+ (cd " ${TMP_DIR} " && ${CFG_TAR} xzf " ${CARGO_TARBALL_NAME} " )
461
462
if [ $? -ne 0 ]
462
463
then
463
464
rm -Rf " ${TMP_DIR} "
You can’t perform that action at this time.
0 commit comments