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

config: Replace '$GOOS' with 'GOOS', etc. #753

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

wking
Copy link
Contributor

@wking wking commented Apr 4, 2017

Windows' cmd.exe prefers wrapping in % (e.g. %GOOS%), and @RobDolinMS has asked for the POSIX $ to be removed (#477). In this case, I think the context is sufficient that we can just use the variable name instead of Rob's recommended “for the environment variable FOO”.

This commit replaces everything turned up by git grep '\$' *.md.

Fixes #477.

Windows' cmd.exe prefers wrapping in % (e.g. %GOOS%) [1], and Rob
Dolin has asked for the POSIX $ to be removed [2].  In this case, I
think the context is sufficient that we can just use the variable name
instead of Rob's recommended "for the environment variable FOO".

[1]: https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_shelloverview.mspx?mfr=true
[2]: opencontainers#477 (comment)

Signed-off-by: W. Trevor King <wking@tremily.us>
@hqhq
Copy link
Contributor

hqhq commented Apr 5, 2017

LGTM

Approved with PullApprove

1 similar comment
@vbatts
Copy link
Member

vbatts commented Apr 5, 2017

LGTM

Approved with PullApprove

@vbatts vbatts merged commit d5f56f0 into opencontainers:master Apr 5, 2017
@wking wking deleted the tk/remove-env-var-dollars branch April 5, 2017 16:20
@vbatts vbatts mentioned this pull request Jul 5, 2017
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