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

Issue #483 - fix getenv call to only specify variable name #489

Closed
wants to merge 1 commit into from

Conversation

petemoore
Copy link
Contributor

@petemoore petemoore commented Jan 18, 2024

Tup was previously calling getenv("FOO=bar") to retrieve envvar FOO inside tup_db_findenv. This worked on macOS, but not on Linux. Updated to call getenv(varname) instead (e.g. getenv("FOO")). Fixes #483.

Tup was previously calling getenv("FOO=bar") to retrieve envvar FOO
inside tup_db_findenv. This worked on macOS, but not on Linux. Updated
to call getenv(varname) instead (e.g. getenv("FOO")). Fixes gittup#483
@petemoore
Copy link
Contributor Author

petemoore commented Jan 25, 2024

See #483 (comment) and 6a92109.

@petemoore petemoore closed this Jan 25, 2024
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.

Import behaves differently for the first run than the subsequent runs
1 participant