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

shellcheck: fix escaping issue #97

Merged
merged 1 commit into from
May 17, 2017

Conversation

alban
Copy link
Contributor

@alban alban commented May 16, 2017

Symptoms:

./tools/dependencies/list_os_images.sh:11:3: $ must be escaped or followed by a literal
./tools/provisioning/setup.sh:307:3: $ must be escaped or followed by a literal

Needed for weaveworks/tcptracer-bpf#39

Symptoms:
./tools/dependencies/list_os_images.sh:11:3: $ must be escaped or followed by a literal
./tools/provisioning/setup.sh:307:3: $ must be escaped or followed by a literal
@2opremio 2opremio merged commit 960d222 into weaveworks:master May 17, 2017
@mvdan
Copy link

mvdan commented May 17, 2017

You guys should probably be pinning shfmt to a certain version like 1.3.0, so you can keep breaking changes under control - I see commits like these in your repos quite often :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants