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

Remove erroneous backticks in linker flags #1861

Merged
merged 1 commit into from
Jun 29, 2018
Merged

Conversation

zjs
Copy link
Member

@zjs zjs commented Jun 29, 2018

When replacing the tag command with an environment variable, the
surrounding backticks were not removed.

This was not caught during testing because the script did not return
a non-zero exit code, even though an error had occurred. Add a set
line to prevent similar errors from going undetected in the future.


VIC Appliance Checklist:

  • Up to date with master branch
  • Added tests
  • Considered impact to upgrade
  • Tests passing
  • Updated documentation
  • Impact assessment checklist

If this is a feature or change to existing functionality, consider areas of impact with the Impact
Assessment Checklist

When replacing the tag command with an environment variable, the
surrounding backticks were not removed.

This was not caught during testing because the script did not return
a non-zero exit code, even though an error had occurred. Add a set
line to prevent similar errors from going undetected in the future.
@zjs zjs changed the title Use quotes Remove erroneous backticks in linker flags Jun 29, 2018
@zjs zjs requested a review from hickeng June 29, 2018 00:42
@zjs zjs self-assigned this Jun 29, 2018
@zjs zjs merged commit 658a408 into vmware:master Jun 29, 2018
zjs added a commit to zjs/vic-product that referenced this pull request Jun 29, 2018
When replacing the tag command with an environment variable, the
surrounding backticks were not removed.

This was not caught during testing because the script did not return
a non-zero exit code, even though an error had occurred. Add a set
line to prevent similar errors from going undetected in the future.

(cherry picked from commit 658a408)
zjs added a commit that referenced this pull request Jun 29, 2018
When replacing the tag command with an environment variable, the
surrounding backticks were not removed.

This was not caught during testing because the script did not return
a non-zero exit code, even though an error had occurred. Add a set
line to prevent similar errors from going undetected in the future.

(cherry picked from commit 658a408)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants