Merge pull request #129 from xcorat/patch-1

Fixing issues with different executable paths
This commit is contained in:
Stuart Cardall 2018-02-07 20:06:23 +00:00 committed by GitHub
commit 14ee01cef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ check_depends() {
get_options() { get_options() {
local arg= opts= local arg= opts=
while getopts :w:e:v:b:c:m:ndxh opts "$@" while getopts :w:e:v:b:c:m:i:ndxh opts "$@"
do do
if [ -n "${OPTARG}" ]; then if [ -n "${OPTARG}" ]; then
case "$opts" in case "$opts" in
@ -336,10 +336,10 @@ main() {
exit 1 exit 1
fi fi
check_depends
# parse command line # parse command line
get_options $@ get_options $@
check_depends
include_url=$REPO/include_filelist.txt include_url=$REPO/include_filelist.txt
# check repo is online & source includes # check repo is online & source includes