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

save and restore environment when running recipe functions #320

Merged
merged 1 commit into from
Mar 17, 2015

Conversation

kived
Copy link
Contributor

@kived kived commented Jan 27, 2015

Prevents env vars set in one recipe build function from affecting other recipe build functions.

set > $envsave
$1
set > $envrestore
eval $(grep -v -F -f$envrestore $envsave)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't there be a space between:

-f $envrestore

kived added a commit that referenced this pull request Mar 17, 2015
save and restore environment when running recipe functions
@kived kived merged commit 9797fe6 into kivy:master Mar 17, 2015
olymk2 pushed a commit to olymk2/python-for-android that referenced this pull request Mar 22, 2015
save and restore environment when running recipe functions
olymk2 pushed a commit to olymk2/python-for-android that referenced this pull request Mar 22, 2015
save and restore environment when running recipe functions
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.

2 participants