Commit e51bef6d authored by neilpang's avatar neilpang
Browse files

fix shellcheck warnings.

parent 4bd31f49
...@@ -316,7 +316,7 @@ _h2b() { ...@@ -316,7 +316,7 @@ _h2b() {
fi fi
ic="$(_h_char_2_dec "$ic")" ic="$(_h_char_2_dec "$ic")"
jc="$(_h_char_2_dec "$jc")" jc="$(_h_char_2_dec "$jc")"
printf '\'"$(printf "%o" "$(_math "$ic" \* 16 + $jc)")" printf '\'"$(printf "%o" "$(_math "$ic" \* 16 + $jc)")""%s"
fi fi
i="$(_math "$i" + 2)" i="$(_math "$i" + 2)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment