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

Reply via email to