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

fix shellcheck warnings

parent 796e2cc1
......@@ -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
}
......
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