Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 064dbd07 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20905

* changes:
  git rid of the "x" prefixes for test
parents 5c042b09 bf5ac2aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'