Makefile: Cardboard cutout silent rules build.
[preload-hacks] / withlib.in
CommitLineData
e4976bb0 1#! /bin/sh
2
3set -e
2906706d 4export LD_PRELOAD=$LD_PRELOAD${LD_PRELOAD+ }@lib@.so
e4976bb0 5[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6exec "$@"