Clean tmp folder after unzipping KoreBuild

This commit is contained in:
Nate McMaster 2016-11-18 10:57:00 -08:00
parent 48ca10cffc
commit 6e2b2da292
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if test ! -d $buildFolder; then
chmod +x $buildFile
# Cleanup
if test ! -d $tempFolder; then
if test -d $tempFolder; then
rm -rf $tempFolder
fi
fi