Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit e081d5e

Browse files
Make build.sh consistent with other ASP.NET repos
1 parent 85e59ef commit e081d5e

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)