We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an easy fix, but nerves a lot for Linux and Mac users.
File SimQPN.sh misses execute rights. Every time, I must manually add it: chmod 775 SimQPN.sh
chmod 775 SimQPN.sh
Running the SimQPN.sh script gives error:
user@host:~/qpme$ ./SimQPN.sh -bash: ./SimQPN.sh: /bin/sh^M: bad interpreter: No such file or directory
This can be fixed by opening vim and typing set ff=unix or :%s/\r//g
vim
set ff=unix
:%s/\r//g
This issue is copied from Gitlab (~3 years old)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is an easy fix, but nerves a lot for Linux and Mac users.
File SimQPN.sh misses execute rights. Every time, I must manually add it:
chmod 775 SimQPN.sh
Running the SimQPN.sh script gives error:
This can be fixed by opening
vim
and typingset ff=unix
or:%s/\r//g
This issue is copied from Gitlab (~3 years old)
The text was updated successfully, but these errors were encountered: