From e081d5e091ab334878a1e57b826a1ec8aee0b04b Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 18 May 2017 10:33:08 +0100 Subject: [PATCH] Make build.sh consistent with other ASP.NET repos --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4f7b3dd..b0bcadb 100755 --- a/build.sh +++ b/build.sh @@ -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