From edcd79bd86c9baf2954f888326a02aa9c0615883 Mon Sep 17 00:00:00 2001 From: freemedom <57294686+freemedom@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:34:35 +0800 Subject: [PATCH] Update adb-sync --- adb-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb-sync b/adb-sync index 3b4eaf6..a7b420b 100755 --- a/adb-sync +++ b/adb-sync @@ -212,7 +212,7 @@ class AdbFileSystem(GlobLike, OSLike): # while echo does its own backslash escape handling additionally to the # shell's. Too bad printf "%s\n" is not available. test_strings = [ - b'(', b'(; #`ls`$PATH\'"(\\\\\\\\){};!\xc0\xaf\xff\xc2\xbf' + b'(', b'(; #`ls`$PATH\'"(\\\\\\\\){};!' ] for test_string in test_strings: good = False