mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 09:46:28 +00:00
Fix untarring core
This commit is contained in:
parent
397dbbd2e5
commit
b8c5bafd24
@ -69,7 +69,7 @@ download_core() {
|
||||
(
|
||||
cd "$TMP_DIR"
|
||||
rm -rf "$DIR"
|
||||
"$UNTAR" "$TAR"
|
||||
eval "$UNTAR" "$TAR"
|
||||
mv "$UNTARRED_DIR" "$DIR-$VERSION"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user