You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was my local window pc. It used \r\n and git do not used updated version from git with \n. Has someone a idea to fix it automatic with gradle build one building distribution zip?
Description.
When I try to run
olv.sh
in Debian GNU/Linux, I get this error:It has turned to be because the file has CRLF line endings (Windows) instead of LF ones (Linux).
Workaround.
I've run this Perl script to solve it:
perl -p -i -e 's/\r\n/\n/' olv.sh
Technical specifications.
Thank you.
The text was updated successfully, but these errors were encountered: