-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A:external-commandsIssues related to external commandsIssues related to external commandscategory:bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
It appears 0.94 no longer expands the tilde to the absolute path in external command arguments.
How to reproduce
#!/bin/sh
echo $*Running this script with nushell 0.93, bash and zsh with ~ as the argument produces the following output (regardless of PWD):
/home/weirdan
but running it with nushell 0.94+ it outputs the path relative to PWD.
Expected behavior
Nushell should do what it did previously (and what other shells do) - expand the arguments to the absolute path.
Screenshots
No response
Configuration
Irrelevant
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:external-commandsIssues related to external commandsIssues related to external commandscategory:bugSomething isn't workingSomething isn't working