mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 07:35:49 +02:00
This PR fixes a bug where `.` is expanded into an empty string when used as an argument to external commands. Fixes https://github.com/nushell/nushell/issues/12948. --------- Co-authored-by: Ian Manske <ian.manske@pm.me>