2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-02 03:40:13 +00:00

CommonPatcher: syntax fix

This commit is contained in:
Christopher Roy Bratusek 2018-11-19 18:26:45 +01:00
parent 9cf769fbaa
commit ac472fedb8

View File

@ -347,7 +347,7 @@ setup_patcher () {
for bin in zip.arm zip.x86 \
vdexExtractor.arm vdexExtractor.x86 \
vdexExtractor.arm64 vdexExtractor.x86_64
vdexExtractor.arm64 vdexExtractor.x86_64 \
file.arm file.x86; do
chmod 0755 "${BASEDIR}/${bin}" || \
error "failed to prepare environment"