Clean tmp folder after unzipping KoreBuild

This commit is contained in:
Nate McMaster 2016-11-18 10:56:12 -08:00
parent 8e4ab2c6ff
commit 184fb812c9
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