We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e4b08 commit 3f53430Copy full SHA for 3f53430
app/src/main/assets/flash_ak3.sh
@@ -1,8 +1,8 @@
1
#!/system/bin/sh
2
3
## 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;
+unzip -p "$Z" tools*/busybox > $F/busybox;
+unzip -p "$Z" META-INF/com/google/android/update-binary > $F/update-binary;
6
##
7
8
chmod 755 $F/busybox;
0 commit comments