Skip to content

Commit

Permalink
fix new build script feature
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jan 27, 2024
1 parent 750a0bb commit f99e00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-coatjava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ then
wget='wget --progress=dot:mega'
mvn="mvn -q -B --settings $top/maven-settings.xml"
fi
mvn+=" ${mvnArgs[*]}"
mvn+=" ${mvnArgs[*]:-}"

command_exists () {
type "$1" &> /dev/null
Expand Down

0 comments on commit f99e00a

Please sign in to comment.