diff --git a/build.sh b/build.sh index abf87d7..afe433e 100644 --- a/build.sh +++ b/build.sh @@ -1,9 +1,7 @@ #!/bin/bash # Directory for to build the release into -if [[ ! -d release ]]; then - mkdir release -fi +mkdir -p release # Clone fresh copy of picc if [[ ! -d "picc" ]]; then