Hacker News new | ask | show | jobs
by pdkl95 3691 days ago
> Doesn't seem to be cd

That's expected:

    $ lsb_release -i
    Distributor ID: Gentoo
    $ ls {,/usr}/bin/cd
    ls: cannot access /bin/cd: No such file or directory
    ls: cannot access /usr/bin/cd: No such file or directory
    $ type cd
    cd is a shell builtin
If it isn't working in this javascript project, maybe it is only faking the Bourne shell (badly)?