Skip to content
New issue

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

go-assets.sh: /bin/bash^M: bad interpreter: No such file or directory #1727

Open
qqalex opened this issue Jun 17, 2024 · 1 comment
Open
Labels
investigating need more info Requires more information

Comments

@qqalex
Copy link

qqalex commented Jun 17, 2024

Makefile cannot find ./go-assets.sh
Error message: -bash: ./go-assets.sh: /bin/bash^M: bad interpreter: No such file or directory

The problem is the file contains CR LF line breaks which prevents compilation. 1

Running sed -i -e 's/\r$//' go-assets.sh fixed the line breaks and sliver compiles normally.

@rkervella rkervella added bug Something isn't working investigating and removed bug Something isn't working labels Jun 26, 2024
@rkervella
Copy link
Member

@qqalex what version / commit number are you testing from? I can't reproduce this issue.

@rkervella rkervella added the need more info Requires more information label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating need more info Requires more information
Projects
None yet
Development

No branches or pull requests

2 participants