Commit 031e885e authored by neilpang's avatar neilpang
Browse files

fix shellcheck warnings

parent 796e2cc1
...@@ -859,7 +859,8 @@ _time2str() { ...@@ -859,7 +859,8 @@ _time2str() {
#Soaris #Soaris
if _exists adb; then if _exists adb; then
echo $(echo "0t${1}=Y" | adb) _t_s_a=$(echo "0t${1}=Y" | adb)
echo "$_t_s_a"
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment