1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:20:14 -06:00

minor error checking to android launcher

R=dho
CC=golang-dev
https://golang.org/cl/1777041
This commit is contained in:
Kai Backman 2010-07-19 11:43:33 +03:00
parent 04cd38131d
commit dcd9d78549

View File

@ -29,7 +29,7 @@ exp ()
rloc=/data/local/tmp/retval
rsize=$(adb shell "ls -l $rloc"|tr -s ' '|cut -d' ' -f4)
rcheck=38
if [ $rsize != $rcheck ] ; then
if [ "$rsize" != "$rcheck" ]; then
# echo "debug: retval size incorrect want $rcheck, got $rsize. uploading"
echo >/tmp/adb.retval '#!/system/bin/sh
"$@"