do not rely on some argument passed through for infraversion base path

This commit is contained in:
Johannes Zellner
2020-06-16 14:09:55 +02:00
parent 945fe3f3ec
commit 0109956fc2
+1 -1
View File
@@ -4,7 +4,7 @@ set -euv -o pipefail
readonly SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly arg_infraversionpath="${SOURCE_DIR}/${1:-}"
readonly arg_infraversionpath="${SOURCE_DIR}/../src"
function die {
echo $1