diff --git a/build.sh b/build.sh index 24d1d02..9889dd4 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -BASE_PATH=$(dirname "$0") +BASE_PATH="$PWD" check_for_dirs() { if [ ! -d "${BASE_PATH}/source" ]; then