termux-tools: Improve the chsh command
[termux-packages] / packages / termux-tools / pm
CommitLineData
8ab83e25
FF
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
12978f78 6LD_LIBRARY_PATH= exec /system/bin/pm $@