Commit 9c47c1c
committed
Remove unneeded quote escaping inside ``
Double quotes don't need to be escaped inside Bash command substitution.
Also switch to the more modern $(), easier for humans to parse (and which happens to be less forgiving about such extra backslash escapes).
Signed-off-by: Quentin Minster <quentin@minster.io>1 parent 7ea94b0 commit 9c47c1c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments