dundalek/closh

`cd` doesn't work when directory name is a number

refracted opened this issue · 1 comments

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.

Thanks for the report! Fixed in master.