Skip to content

Commit 3f53430

Browse files
committed
Fix Zip not flashing when name has space!
1 parent 67e4b08 commit 3f53430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/assets/flash_ak3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/system/bin/sh
22

33
## setup for testing:
4-
unzip -p $Z tools*/busybox > $F/busybox;
5-
unzip -p $Z META-INF/com/google/android/update-binary > $F/update-binary;
4+
unzip -p "$Z" tools*/busybox > $F/busybox;
5+
unzip -p "$Z" META-INF/com/google/android/update-binary > $F/update-binary;
66
##
77

88
chmod 755 $F/busybox;

0 commit comments

Comments
 (0)