Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Fix remote_adb_pull
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes <[email protected]>
  • Loading branch information
Joel Fernandes committed Jul 11, 2019
1 parent 3db31dc commit 7dac756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/remote
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dac756

Please sign in to comment.