noip.c: Remove hints that we might intercept close(2).
[preload-hacks] / withlib.in
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4export LD_PRELOAD=$LD_PRELOAD${LD_PRELOAD+ }@lib@.so
5[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6exec "$@"