Fix 'Use $(...) notation instead of legacy backticked ....' issue #347

Merged
gy741 merged 1 commit from fix-legacy-backticked into master 2019-10-29 21:05:49 +01:00
gy741 commented 2019-10-25 07:07:48 +02:00 (Migrated from github.com)

Hello,

Backticks are discouraged for any new scripts, since they complicate nesting, quoting, and escaping, besides being graphically less explicit.

Thanks.

Ref:
http://mywiki.wooledge.org/BashFAQ/082.
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06_03

Hello, Backticks are discouraged for any new scripts, since they complicate nesting, quoting, and escaping, besides being graphically less explicit. Thanks. Ref: http://mywiki.wooledge.org/BashFAQ/082. https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06_03
BrannonKing (Migrated from github.com) reviewed 2019-10-25 07:07:48 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#347
No description provided.