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

Install of java versions fail when in a terminal with output colors for ls commands #217

Open
thedavidharris opened this issue Nov 14, 2023 · 1 comment · May be fixed by #218
Open

Install of java versions fail when in a terminal with output colors for ls commands #217

thedavidharris opened this issue Nov 14, 2023 · 1 comment · May be fixed by #218

Comments

@thedavidharris
Copy link

When the ls command outputs directories with colors, the command will fail with output like:

/Users/david/.asdf/plugins/java/bin/install: line 178: cd: $'\E[1m\E[34m./jdk-21.0.1+12/\E[39;49m\E[0m': No such file or directory

@thedavidharris thedavidharris linked a pull request Nov 14, 2023 that will close this issue
@michaelstoner
Copy link

ls defaults is not show colors, and it's not normal for other projects to force reset defaults so it overrides the options you've set locally.
I for one use a different command for ls and it will fail if the PR merged in.
If it is merge then I will simply reset my ls command to the default.

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 a pull request may close this issue.

2 participants