fix for alpine

pull/379/head
neilpang 8 years ago
parent e440223b40
commit be68fbd4f5

@ -259,7 +259,8 @@ _exists() {
#a + b
_math() {
printf "%s" "$(($@))"
_m_opts="$@"
printf "%s" "$(($_m_opts))"
}
_h_char_2_dec() {

Loading…
Cancel
Save