1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-01 15:10:23 +01:00
Marc Cornellà
2018-08-13 21:35:07 +02:00
parent 457ad4e4bb
commit 52658ae7bb

@@ -435,7 +435,7 @@ var="`command \`command1\``"
##### _Good:_
```shell
var="$(command \"$(command1)\")"
var="$(command "$(command1)")"
```
### Eval