Make build.sh consistent with other ASP.NET repos

This commit is contained in:
Steve Sanderson
2017-05-18 10:33:08 +01:00
parent 85e59efa21
commit e081d5e091

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