Commit 35b3bda
committed
Replace discouraged command substitution syntax in deploy script
The previous backticks command substitution syntax is discouraged in favor of the modern `$()` syntax for the reasons described here:
http://mywiki.wooledge.org/BashFAQ/0821 parent b3f973d commit 35b3bda
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments