termux-tools: Make wrapper scripts exec

This commit is contained in:
Fredrik Fornwall 2015-07-26 13:47:58 -04:00
parent 8ab83e251b
commit 12978f7880
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
# with system libraries that am may link against.
LD_LIBRARY_PATH= /system/bin/am $@
LD_LIBRARY_PATH= exec /system/bin/am $@

View File

@ -3,4 +3,4 @@
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
# with system libraries that pm may link against.
LD_LIBRARY_PATH= /system/bin/pm $@
LD_LIBRARY_PATH= exec /system/bin/pm $@