use system_branch variable
This commit is contained in:
parent
35a9d4df82
commit
4e0fba4cb9
|
|
@ -18,8 +18,8 @@ if [ .$system_branch = .'master' ]; then
|
|||
verbose "Using master"
|
||||
branch=""
|
||||
else
|
||||
verbose "Using version $system_version"
|
||||
branch="-b $system_version"
|
||||
verbose "Using version $system_branch"
|
||||
branch="-b $system_branch"
|
||||
fi
|
||||
|
||||
#add the cache directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue