Merge pull request #66 from gambhiro/executable

set it to executable
This commit is contained in:
Matt Feemster 2016-02-11 12:51:30 -08:00
commit 11f36dbbe6

View File

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