Fix untarring core

This commit is contained in:
Radu Tutueanu 2016-11-09 17:51:19 +01:00
parent 397dbbd2e5
commit b8c5bafd24
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ download_core() {
(
cd "$TMP_DIR"
rm -rf "$DIR"
"$UNTAR" "$TAR"
eval "$UNTAR" "$TAR"
mv "$UNTARRED_DIR" "$DIR-$VERSION"
)