set it to executable

This commit is contained in:
Gambhiro 2016-02-11 20:39:49 +00:00
parent 9eb45e7550
commit c06b014df0

View File

@ -46,6 +46,9 @@ if [ ! -d '.git' -o ! -f 'main.pro' ]; then
exit 2
fi
# Make sure create-symlinks.sh will be executable.
chmod +x ./Builds/create-symlinks.sh
# Set defaults.
OPT_BUILD_BINARY=0
OPT_BUILD_SOURCE=1