cswl / tsu

Gain root shell on Termux.
ISC License
646 stars 155 forks source link

Fix -a being ignored #63

Open pschmitt opened 4 years ago

pschmitt commented 4 years ago

I noticed that $APPEND_SYSTEM_PATH wasn't consumed anywhere and the Android system path was appended by default. This PR makes the -a flag work as described in the help.

cswl commented 4 years ago

I should probably document this code... but this is intended..

The reason still being issue with some Android devices unable to load /system/binaries due to library linking error

pschmitt commented 4 years ago

Wouldn't it make more sense to remove the flag altogether then?