From 7dac7566c76cd575b7dce39a102908de7c3508e9 Mon Sep 17 00:00:00 2001 From: Joel Fernandes Date: Wed, 10 Jul 2019 22:52:17 -0400 Subject: [PATCH] Fix remote_adb_pull Signed-off-by: Joel Fernandes --- utils/remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/remote b/utils/remote index ce0e081..11359cd 100755 --- a/utils/remote +++ b/utils/remote @@ -28,7 +28,7 @@ function remote_adb_shell() { } function remote_adb_pull() { - if [ $1 == "-a" ]; then + if [ "x$1" == "x-a" ]; then PRESERVE="-a" c_info "Preserving filestamps and mode" shift || true