Skip to content

cannot shell out to cmd's builtin commands #6316

@jariou

Description

@jariou

shell> cd works correctly

dir, set and path cause errors:

| | || | | | (| | | Version 0.3.0-prerelease+2224 (2014-03-30 00:26 UTC)
/ |__'|||__'_| | Commit 32c072e* (0 days old master)

shell> dir
ERROR: spawn: no such file or directory (ENOENT)
in _jl_spawn at process.jl:212

shell> set
ERROR: spawn: no such file or directory (ENOENT)
in _jl_spawn at process.jl:212

shell> path
ERROR: spawn: no such file or directory (ENOENT)
in _jl_spawn at process.jl:212

shell> cd
C:\Users\Jacques

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)system:windowsAffects only Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions