Browse Source

fix shellcheck warnings

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

+ 2 - 1
acme.sh

@@ -859,7 +859,8 @@ _time2str() {
 
   #Soaris
   if _exists adb; then
-    echo $(echo "0t${1}=Y" | adb)
+    _t_s_a=$(echo "0t${1}=Y" | adb)
+    echo "$_t_s_a"
   fi
 
 }