termux-tools: Improve the chsh command
[termux-packages] / packages / termux-tools / pm
1 #!@TERMUX_PREFIX@/bin/sh
2
3 # Remove LD_LIBRARY_PATH from environment to avoid conflicting
4 # with system libraries that pm may link against.
5
6 LD_LIBRARY_PATH= exec /system/bin/pm $@