Magisk/scripts
osm0sis 84ecba4629 scripts: fix addon.d again by ensuring all arguments get passed
- /proc/$$/cmdline is \0 terminated argument strings except for the last argument which has no terminus, so the last argument was being dropped by `while read` which requires input to be \n terminated
- switch to a for loop, which will use the \n delimiter but also read the last argument; all arguments are still protected by quoting
- clean up potentially breaking recovery env since $OLD_PATH no longer exists
2020-03-20 10:51:55 -07:00
..
addon.d.sh scripts: fix addon.d after merge to trampoline 2020-03-08 22:33:19 -07:00
boot_patch.sh Update several scripts 2020-01-01 14:02:44 +08:00
emulator.sh Utilize standalone mode for emulator.sh 2020-03-08 23:27:06 -07:00
flash_script.sh Update scripts to use BusyBox standalone mode 2020-03-08 22:25:06 -07:00
magisk_uninstaller.sh Update scripts to use BusyBox standalone mode 2020-03-08 22:25:06 -07:00
module_installer.sh Extract full module installation logic 2020-03-15 00:23:07 -07:00
update_binary.sh Update scripts to use BusyBox standalone mode 2020-03-08 22:25:06 -07:00
util_functions.sh scripts: fix addon.d again by ensuring all arguments get passed 2020-03-20 10:51:55 -07:00