diff --git a/build.sh b/build.sh index 082a67e..e6596f1 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,10 @@ #!/bin/bash cd "$(dirname "$0")" +# Ensure all shell scripts are executable +chmod +x *.sh + + PREFIX="veda" echo "building for folder: /$PREFIX/"