Added default value to CUSTOM_TOOLS parameter
This commit is contained in:
parent
42e1b3847b
commit
6dc325fe15
1 changed files with 1 additions and 0 deletions
1
jhalfs
1
jhalfs
|
@ -107,6 +107,7 @@ STRIP=${STRIP:=n}
|
|||
REPORT=${REPORT:=n}
|
||||
VIMLANG=${VIMLANG:-n}
|
||||
GRSECURITY_HOST=${GRSECURITY_HOST:-n}
|
||||
CUSTOM_TOOLS=${CUSTOM_TOOLS:-n}
|
||||
|
||||
# Book surces envars
|
||||
BRANCH_ID=${BRANCH_ID:=development}
|
||||
|
|
Reference in a new issue