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