Fix possible bug in download_toolchain

Closes #429
This commit is contained in:
zador-blood-stained
2016-07-28 12:33:08 +03:00
parent f4bef9f7a6
commit 1951b2776a

View File

@@ -465,7 +465,7 @@ download_toolchain()
fi
if [[ $verified == true ]]; then
display_alert "Extracting"
tar --overwrite -xf $filename && touch $dirname/.download-complete
tar --overwrite -xf $filename && touch $SRC/toolchains/$dirname/.download-complete
display_alert "Download complete" "" "info"
else
display_alert "Verification failed" "" "wrn"