chiark
/
gitweb
/
~mdw
/
preload-hacks
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
noip: Don't try to support families other than AF_UNIX and AF_INET.
[preload-hacks]
/
withlib.in
1
#! /bin/sh
2
3
set -e
4
export LD_PRELOAD=$LD_PRELOAD${LD_PRELOAD+ }@lib@.so
5
[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6
exec "$@"