git rid of the "x" prefixes for test

This commit is contained in:
Omari Stephens
2009-08-11 22:10:52 -07:00
parent 0cfeb25707
commit bf5ac2aac3

View File

@@ -23,7 +23,7 @@ function a { $DRY_RUN adb $ADB_OPTS "$@"; }
function adb_root
{
root_status=$(a root)
if [ "x$root_status" != "xadbd is already running as root" ]; then
if [ "$root_status" != "adbd is already running as root" ]; then
echo -n "Restarting adb as root..."
sleep 2
a 'wait-for-device'