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

fix: Assume glibc when ldd command not present #45

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

sumbach
Copy link
Contributor

@sumbach sumbach commented Nov 28, 2023

Before:

$ asdf install chezmoi latest
/Users/samumbach/.asdf/plugins/chezmoi/lib/utils.bash: line 54: ldd: command not found
* Downloading chezmoi release 2.42.0...
chezmoi 2.42.0 installation was successful!

After:

$ asdf install chezmoi latest
* Downloading chezmoi release 2.42.0...
chezmoi 2.42.0 installation was successful!

Signed-off-by: Sam Umbach <samumbach@gmail.com>
@sumbach sumbach requested a review from joke as a code owner November 28, 2023 20:00
Copy link
Owner

@joke joke left a comment

Choose a reason for hiding this comment

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

Sounds like a good solution thank you

@joke joke enabled auto-merge (rebase) November 29, 2023 06:35
@joke joke disabled auto-merge November 29, 2023 06:35
@joke joke enabled auto-merge (rebase) November 29, 2023 06:35
@joke joke merged commit 9e7d152 into joke:main Nov 29, 2023
5 checks passed
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