Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit dd8c3a7

Browse files
author
Nate McMaster
committed
Clean tmp folder after unzipping KoreBuild
1 parent 03932d6 commit dd8c3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if test ! -d $buildFolder; then
3838
chmod +x $buildFile
3939

4040
# Cleanup
41-
if test ! -d $tempFolder; then
41+
if test -d $tempFolder; then
4242
rm -rf $tempFolder
4343
fi
4444
fi

0 commit comments

Comments
 (0)