diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-09-05 14:56:45 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-09-05 14:56:45 +0200 |
commit | 29af39c779bc159f621ff4fe7c6a413b913ae23c (patch) | |
tree | e03a041637cd0400e5a94bc29cd059477352b8a9 | |
parent | f81d7c8c45674775bc00c9c94f2696827bc7fa28 (diff) | |
download | bin-29af39c779bc159f621ff4fe7c6a413b913ae23c.zip bin-29af39c779bc159f621ff4fe7c6a413b913ae23c.tar.gz |
fix build-ios-toolchain
-rwxr-xr-x | build-ios-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-ios-toolchain b/build-ios-toolchain index dda1ce4..56da938 100755 --- a/build-ios-toolchain +++ b/build-ios-toolchain @@ -51,7 +51,7 @@ function build() if [ -f $XCODE_XPI ] then echo "***** extract from $XCODE_XPI *****" - xar -xf ../$XCODE_XPI + xar -xf $XCODE_XPI || exit 1 rm Metadata pbzx -n Content | cpio -i rm Content |