Commit 4a7b600
authored
remove legacy backquote (php-pm#556)
- In bash, always prefer "$(...)" syntax over legacy "`...`".
- Always quote command substitutions. If the current directory contains a space, this command with an unquoted substitution would fail.1 parent 73f27b3 commit 4a7b600
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments