termux-tools: Make wrapper scripts exec
This commit is contained in:
parent
8ab83e251b
commit
12978f7880
@ -3,4 +3,4 @@
|
|||||||
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
|
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
|
||||||
# with system libraries that am may link against.
|
# with system libraries that am may link against.
|
||||||
|
|
||||||
LD_LIBRARY_PATH= /system/bin/am $@
|
LD_LIBRARY_PATH= exec /system/bin/am $@
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
|
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
|
||||||
# with system libraries that pm may link against.
|
# with system libraries that pm may link against.
|
||||||
|
|
||||||
LD_LIBRARY_PATH= /system/bin/pm $@
|
LD_LIBRARY_PATH= exec /system/bin/pm $@
|
||||||
|
Loading…
Reference in New Issue
Block a user