Skip to content

export PATH from shell instead of makefile#19433

Closed
maplebeats wants to merge 1 commit intoistio:masterfrom
maplebeats:master
Closed

export PATH from shell instead of makefile#19433
maplebeats wants to merge 1 commit intoistio:masterfrom
maplebeats:master

Conversation

@maplebeats
Copy link
Copy Markdown
Contributor

@maplebeats maplebeats commented Dec 6, 2019

the makefile PATH use makefile environment variable now,
if the PATH have some special character , the shell execution will fail.
/bin/bash: -c: line 0: syntax error near unexpected token ('`
In general, we should use the shell's environment variables,or use quotation marks 。

@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Dec 6, 2019
@istio-testing istio-testing added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test labels Dec 6, 2019
@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @maplebeats. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@zehuaiWANG
Copy link
Copy Markdown
Member

/ok-to-test

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Dec 6, 2019
Copy link
Copy Markdown
Member

@howardjohn howardjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to use the makefiles environment variables? isn't that what would be used normally? I am not sure the implications of change this. It seems safer to instead just add quotation marks?

maplebeats added a commit to maplebeats/istio that referenced this pull request Dec 24, 2019
istio-testing pushed a commit that referenced this pull request Dec 24, 2019
@maplebeats
Copy link
Copy Markdown
Contributor Author

#19774 fixed, close

@maplebeats maplebeats closed this Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/environments cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants