fix shellcheck warnings

This commit is contained in:
neilpang 2016-11-11 22:36:16 +08:00
parent 796e2cc156
commit 031e885e4d
1 changed files with 2 additions and 1 deletions

View File

@ -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
}