Skip to content

Commit 97e4390

Browse files
authored
fix new build script feature (JeffersonLab#177)
1 parent 750a0bb commit 97e4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-coatjava.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ then
3737
wget='wget --progress=dot:mega'
3838
mvn="mvn -q -B --settings $top/maven-settings.xml"
3939
fi
40-
mvn+=" ${mvnArgs[*]}"
40+
mvn+=" ${mvnArgs[*]:-}"
4141

4242
command_exists () {
4343
type "$1" &> /dev/null

0 commit comments

Comments
 (0)