Ian Manske 95977faf2d
Do not propagate glob creation error for external args (#12955)
# Description
Instead of returning an error, this PR changes `expand_glob` in
`run_external.rs` to return the original string arg if glob creation
failed. This makes it so that, e.g.,
```nushell
^echo `[`
^echo `***`
```
no longer fail with a shell error. (This follows from #12921.)
2024-05-25 08:59:36 +08:00
..
2024-05-15 15:40:04 +08:00
2024-05-23 02:05:27 +00:00
2024-05-23 02:05:27 +00:00
2024-05-05 16:00:59 +00:00
2024-04-24 15:46:35 +00:00