QuackatronHQ / Gigarepo

Single quote not escaped properly SH-1003
Bug risk
Major
1 occurrence in this check
Want to escape a single quote? echo 'This is how it'\''s done'
 627      jc=$c
 628      ic="$(_h_char_2_dec "$ic")"
 629      jc="$(_h_char_2_dec "$jc")"
 630      printf '\'"$(printf "%o" "$(_math "$ic" \* 16 + $jc)")""%s" 631      ic=""
 632      jc=""
 633    done