chiark / gitweb /
noip.c (do_implicit_bind): Handle `SAME' impbind entries properly.
[preload-hacks] / withlib.in
CommitLineData
e4976bb0 1#! /bin/sh
2
3set -e
6eb6c3d4 4LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD }@lib@.so; export LD_PRELOAD
e4976bb0 5[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6exec "$@"