launch5j script fails due to DOS line endings in 3.50
Brought to you by:
grzegok
If you try running the launch4j shell script shipped with 3.50, you get the following error message:
/bin/bash: launch4j/launch4j: /bin/sh^M: bad interpreter: No such file or directory
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.
Thanks for reporting! Will fix it.
BR,
Grzegorz
On Fri, Nov 25, 2022, 23:55 Joel Uckelman uckelman@users.sourceforge.net
wrote:
Related
Bugs: #227