-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Final, 1.1.3.Final
-
None
The following error is reported when starting forge with the --debug flag:
vineet@Vineet-dv6-Notebook-PC ~ $ forge --debug /opt/forge-distribution-1.1.0.Final/bin/forge: 30: [: unexpected operator /opt/forge-distribution-1.1.0.Final/bin/forge: 34: [: --debug: unexpected operator /opt/forge-distribution-1.1.0.Final/bin/forge: 38: [: --debug: unexpected operator
This looks like a POSIX compliance issue. The dash shell is POSIX compliant, but not bash. But I could be wrong.