Skip to content

Commit

Permalink
fix(mosaic.sh): additional parameters not passed correctly (#442)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hilgerdenaar <[email protected]>
  • Loading branch information
fhilg and Felix Hilgerdenaar authored Dec 4, 2024
1 parent a5182ce commit ef7ba5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundle/src/assembly/resources/bin/mosaic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ tmp=`ls ${dir_libs} | grep jar`
libs=${dir_libs}/${tmp//[^A-Za-z0-9\-\.]/:${dir_libs}/}

# create and run command
cmd="\"${java_bin}\" -Xmx${javaMemorySizeXmx} ${javaRemoteDebugging} -cp .:${mosaic}:${libs} org.eclipse.mosaic.starter.MosaicStarter $*"
eval $cmd
"${java_bin}" -Xmx${javaMemorySizeXmx} ${javaRemoteDebugging} -cp .:${mosaic}:${libs} org.eclipse.mosaic.starter.MosaicStarter "$@"

0 comments on commit ef7ba5b

Please sign in to comment.