Force build type to be lowercase.
This commit is contained in:
parent
139f1d8fe3
commit
7b6aaf0099
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ function doBuild() {
|
|||
while IFS= read -r LINE; do
|
||||
# If we don't have a project type, grab it from the first line of the project file and set things up.
|
||||
if [[ -z ${PROJECT_TYPE} ]]; then
|
||||
PROJECT_TYPE=${LINE}
|
||||
PROJECT_TYPE=${LINE,,}
|
||||
# Skip to next loop pass.
|
||||
continue
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue