Browse Source

fix for alpine

neilpang 8 years ago
parent
commit
be68fbd4f5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      acme.sh

+ 2 - 1
acme.sh

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