From e74f05027898cdc73cc2eb5061ced4aee15300ad Mon Sep 17 00:00:00 2001 From: Hackintosh 5 Date: Fri, 4 Jan 2019 16:53:52 +0000 Subject: [PATCH] Fix newlines --- rw-system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rw-system.sh b/rw-system.sh index c09c194..42b96bd 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -212,11 +212,11 @@ fi if getprop ro.vendor.build.fingerprint |grep -iq -E -e 'huawei|honor' || getprop persist.sys.overlay.huawei |grep -iq -E -e 'true' ; then p=/product/etc/nfc/libnfc_nxp_*_*.conf - mount -o bind "$p" /system/etc/libnfc-nxp.conf || + mount -o bind "$p" /system/etc/libnfc-nxp.conf || \ mount -o bind /product/etc/libnfc-nxp.conf /system/etc/libnfc-nxp.conf || true p=/product/etc/nfc/libnfc_brcm_*_*.conf - mount -o bind "$p" /system/etc/libnfc-brcm.conf || + mount -o bind "$p" /system/etc/libnfc-brcm.conf || \ mount -o bind /product/etc/libnfc-nxp.conf /system/etc/libnfc-nxp.conf || true mount -o bind /system/phh/libnfc-nci-huawei.conf /system/etc/libnfc-nci.conf