rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 89 forks source link

Use contemporary $() instead of legacy `` in shell commands #74

Closed joakimr-axis closed 4 years ago

joakimr-axis commented 4 years ago

The "$()" form of command substitution solves a problem of inconsistent behavior when using backquotes and is recommended over the legacy backticks.

https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06_03