chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
toilet: Switch to mirror for downloading source
[termux-packages]
/
packages
/
termux-tools
/
df
1
#!/bin/sh
2
3
# Remove LD_LIBRARY_PATH from environment to avoid conflicting
4
# with system libraries that df may link against.
5
6
LD_LIBRARY_PATH= exec /system/bin/df $@