Executable permissions on the .sh files for local execution
the local build, located in build/sade does not have executable permissions set in bin/*.sh. This is annoying if you want to run the local build.
Reason: The Java untar process seems to ignore the permissions in the untar task. Fix: Manually set the permissions after extraction. Patch will follow.