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
Hi!
The build_rpm.sh script contains DOS-style line endings; I have to convert it to UNIX before I can run it.
zsh: ./build_rpm.sh: bad interpreter: /bin/sh^M
When saved with :set fileformat=unix (vim) It works as expected.
:set fileformat=unix
Thank you
The text was updated successfully, but these errors were encountered:
#574 script modified with CR end of line
1c68fe1
Thanks for our issue Job done
Last commit with fixed lin endings
Sorry, something went wrong.
jmrenouard
No branches or pull requests
Hi!
The build_rpm.sh script contains DOS-style line endings; I have to convert it to UNIX before I can run it.
zsh: ./build_rpm.sh: bad interpreter: /bin/sh^M
When saved with
:set fileformat=unix
(vim) It works as expected.Thank you
The text was updated successfully, but these errors were encountered: