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

[scripts] Have test paths match execution paths #166

Merged

Conversation

modocache
Copy link
Contributor

The build script tests that developer tools exist at certain paths by
using test "$FOO"--note the quotes around $FOO. When invoking those
tools, on the other hand, the paths to the tools are not wrapped in
quotes. This causes script failures when the paths include spaces.

Wrap the tool paths in quotes, to match how they are tested.

The build script tests that developer tools exist at certain paths by
using `test "$FOO"`--note the quotes around `$FOO`. When invoking those
tools, on the other hand, the paths to the tools are *not* wrapped in
quotes. This causes script failures when the paths include spaces.

Wrap the tool paths in quotes, to match how they are tested.
@nlutsenko
Copy link
Member

Awesome. Will merge in after travis passes. Thanks for fixing it!

@nlutsenko nlutsenko self-assigned this Oct 12, 2015
@nlutsenko nlutsenko added this to the 1.3.1 milestone Oct 12, 2015
nlutsenko added a commit that referenced this pull request Oct 12, 2015
[scripts] Have `test` paths match execution paths
@nlutsenko nlutsenko merged commit 2f43e45 into BoltsFramework:master Oct 12, 2015
@modocache modocache deleted the build-framework-sh-quotes branch October 13, 2015 04:15
@facebook-github-bot
Copy link
Contributor

@modocache updated the pull request.

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