Howdy, Thanks for testing! Fix is on way (3.9.9 and 4) and will respin 3.9.9 release: https://github.com/apache/maven/pull/1652 https://github.com/apache/maven/pull/1653
Thanks T On Tue, Aug 13, 2024 at 10:43 PM John Neffenger <j...@status6.com> wrote: > I think the errors I'm getting in my previous message are from Maven > 3.9.9 using a Bash construct in a normal '/bin/sh' shell script, which > is dash on my Ubuntu system. > > Dash prints the "unexpected operator" error message when '==' is used > instead of '=' in a test. I think you can also use '-eq' for the test. > > It's on Line 43 of this file: > > maven/apache-maven/src/assembly/shared/init > > https://github.com/apache/maven/blob/master/apache-maven/src/assembly/shared/init#L43 > > Thanks, > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >