QuackatronHQ / Gigarepo

Unnecessary use of $ / ${} with arithmetic variable SH-2004
Anti-pattern
Critical
1 occurrence in this check
$/${} is unnecessary on arithmetic variables
 548#a + b
 549_math() {
 550  _m_opts="$@"
 551  printf "%s" "$(($_m_opts))" 552}
 553
 554_h_char_2_dec() {