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-20 00:35:32 +00:00
2024-05-16 07:11:18 -07:00
2024-05-24 17:54:38 -07:00
2024-05-16 07:11:18 -07:00
2024-05-19 19:56:33 +02:00
2024-05-22 19:56:51 +03:00
2024-05-23 13:53:55 +08:00
2024-03-26 21:17:30 +00:00
2024-05-20 15:10:36 +02:00
2024-05-24 17:54:38 -07:00
2024-05-24 23:37:50 +00:00
2024-05-16 07:11:18 -07:00
2024-05-19 19:56:33 +02:00
2024-05-19 19:56:33 +02:00
2024-05-19 19:56:33 +02:00
2024-05-18 23:37:31 +00:00
2024-05-20 00:35:32 +00:00
2024-05-19 19:56:33 +02:00
2024-05-16 22:34:49 +00:00
2024-05-19 19:56:33 +02:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-05-19 19:56:33 +02:00
2024-05-22 20:00:58 +03:00
2024-05-25 08:59:36 +08:00
2024-05-23 20:38:47 +00:00
2024-05-22 08:13:45 -07:00
2024-03-24 15:40:21 -05:00
2024-03-24 15:40:21 -05:00
2024-05-16 07:11:18 -07:00
2024-03-27 22:10:56 +01:00