small fix in build script

This commit is contained in:
Wolfgang Hottgenroth 2019-11-19 11:38:46 +01:00
parent ff85deb2bf
commit 67f181076e
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -9,7 +9,7 @@ if [ "$1" == "" ]; then
fi
if [ "$2" != "" ]; then
PROJECT_DIR=$1
PROJECT_DIR=$2
else
PROJECT_DIR=$PWD
fi