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

cd doesn't work when directory name is a number #153

Closed
refracted opened this issue Aug 24, 2019 · 1 comment
Closed

cd doesn't work when directory name is a number #153

refracted opened this issue Aug 24, 2019 · 1 comment

Comments

@refracted
Copy link

Suppose there's a directory called '1' in the current working directory. If I try cd 1, it fails with

Execution error (IllegalArgumentException) at closh.zero.platform.process/resolve-path (process.clj:29). No matching ctor found for class java.io.File

cd ./1 and cd 1/ both work.

@dundalek
Copy link
Owner

Thanks for the report! Fixed in master.

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

No branches or pull requests

2 participants