Allow contrib dir to not exist

This commit is contained in:
Jake Howard 2022-06-12 19:40:18 +01:00
parent 22cb5cb7fc
commit ccd04da71c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cd $(dirname $0)/..
CONTRIB_DIR=$PWD/static/build/contrib
rm -r $CONTRIB_DIR
rm -rf $CONTRIB_DIR
mkdir -p $CONTRIB_DIR
mkcontrib() {