diff --git a/joeybuild.sh b/joeybuild.sh index 664cd12..3c349c4 100755 --- a/joeybuild.sh +++ b/joeybuild.sh @@ -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