Commit be68fbd4 authored by neilpang's avatar neilpang
Browse files

fix for alpine

parent e440223b
...@@ -259,7 +259,8 @@ _exists() { ...@@ -259,7 +259,8 @@ _exists() {
#a + b #a + b
_math() { _math() {
printf "%s" "$(($@))" _m_opts="$@"
printf "%s" "$(($_m_opts))"
} }
_h_char_2_dec() { _h_char_2_dec() {
......
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