Browse Source

fix for alpine

pull/379/head
neilpang 8 years ago
parent
commit
be68fbd4f5
  1. 3
      acme.sh

3
acme.sh

@ -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() {

Loading…
Cancel
Save