Skip to content

Commit 23baa9b

Browse files
author
Nate McMaster
committed
Clean tmp folder after unzipping KoreBuild
1 parent 0805155 commit 23baa9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)