Selaa lähdekoodia

fix shellcheck warnings

neilpang 9 vuotta sitten
vanhempi
sitoutus
031e885e4d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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
 
 }