Aquileo | Recent changes to 227: launch5j script fails due to DOS line endings in 3.50https://sourceforge.net/p/launch4j/bugs/227/2022-11-25T22:55:31.826000ZRecent changes to 227: launch5j script fails due to DOS line endings in 3.50Aquileo | launch5j script fails due to DOS line endings in 3.502022-11-25T22:55:31.826000Z2022-11-25T22:55:31.826000ZJoel Uckelmanhttps://sourceforge.net/u/uckelman/https://sourceforge.net4809a36f3d1a958e8635e1f712c8d79e35383efb<div class="markdown_content"><p>If you try running the launch4j shell script shipped with 3.50, you get the following error message:</p> <p><code>/bin/bash: launch4j/launch4j: /bin/sh^M: bad interpreter: No such file or directory</code></p> <p>The ^M is showing up because the file has DOS line endings instead of UNIX line endings, and causes the script to error out. This is easily fixed by running dos2unix on the script, but you have to recognize what the problem is in order to think to do that; the 3.50 distribution is unusable as-is.</p></div>