picolisp: Update from 16.2.11 to 16.3.1
[termux-packages] / packages / termux-tools / am
1 #!/bin/sh
2
3 # Remove LD_LIBRARY_PATH from environment to avoid conflicting
4 # with system libraries that am may link against.
5
6 LD_LIBRARY_PATH= exec /system/bin/am $@