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

run_tests.sh: Avoid command substitution. #2506

Merged
merged 1 commit into from Dec 13, 2020
Merged

Conversation

jrick
Copy link
Member

@jrick jrick commented Dec 12, 2020

This string is meant to describe the command that was run, not
substitute the output of the command into the error message.

While here, use /bin/sh in the shebang instead of bash, as this script
does not use or need any bashisms.

This string is meant to describe the command that was run, not
substitute the output of the command into the error message.

While here, use /bin/sh in the shebang instead of bash, as this script
does not use or need any bashisms.
@davecgh davecgh changed the title run_tests.sh: Use single quotes to avoid command substitution run_tests.sh: Avoid command substitution. Dec 13, 2020
@davecgh davecgh merged commit 9100570 into decred:master Dec 13, 2020
@jrick jrick deleted the testscript branch December 14, 2020 13:56
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.

None yet

2 participants