Icy-imaging / Icy-Kernel

Icy kernel module
http://icy.bioimageanalysis.com/
55 stars 16 forks source link

start script linux #651

Closed rhoef closed 6 years ago

rhoef commented 6 years ago

The startscript for linux is using DOS line endings. This causes the script in certain environment settings not to work.

abc@hpp:~/icy$ ./icy
/usr/bin/env: â: file not found

The file works perfectly if line endings are changed to unix format.

Stephane-D commented 6 years ago

Oh thanks for reporting it ! Will be fixed soon :)