pfabrici opened a new issue, #5345: URL: https://github.com/apache/hop/issues/5345
### Apache Hop version? 2.14 ### Java version? OpenJDK 17.0.15 ### Operating system Linux ### What happened? When starting the hop gui on a ubuntu box the hop-gui.sh script throws the message/the error ``` hop-gui.sh: 79: [: wayland: unexpected operator ``` This refers to the operator "==" in line 79, which is not available in sh shell which is now (2.14) used only in hop-gui.sh instead of previously used bash. ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
