mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-03 05:59:50 +00:00
Fix double quotes according to https://github.com/robbyrussell/oh-my-zsh/issues/7061
@@ -435,7 +435,7 @@ var="`command \`command1\``"
|
|||||||
|
|
||||||
##### _Good:_
|
##### _Good:_
|
||||||
```shell
|
```shell
|
||||||
var="$(command \"$(command1)\")"
|
var="$(command "$(command1)")"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Eval
|
### Eval
|
||||||
|
|||||||
Reference in New Issue
Block a user