EricBerendsen / dvbinspector

DVB Inspector is an open-source DVB analyzer, written in java
http://www.digitalekabeltelevisie.nl/dvb_inspector/
GNU General Public License v3.0
175 stars 30 forks source link

Linux and ^M in the dvb.sh #59

Closed luciust closed 1 year ago

luciust commented 1 year ago

Hello,

latest release ZIP has dvb.sh for UNIX systems with extra ^M at the end of each line. Thus making the script spit out error as the shell interprets the /bin/bash^M as non existent. The fix is to remove those extra chars at the end of line, easiest with mcedit from mc (Midnight Commander) package. On other note - OpenJDK 17 seems to work fine with dvbinspector.

EricBerendsen commented 1 year ago

Hi, Thank you for reporting this. It is a known bug (duplicate of #57 and #56 It has been fixed, but not released yet. I was not aware so many people use linux and the .sh file.