You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #7918 Avoid backticks in shell scripts (greg0ire)
This PR was merged into the 2.7 branch.
Discussion
----------
Avoid backticks in shell scripts
- $() should be preferred : http://mywiki.wooledge.org/BashFAQ/082
- it makes it easier to discuss these lines on Slack (or any
markdown-compatible thing).
Commits
-------
f1e7cf0 Avoid backticks in shell scripts
0 commit comments