chiark
/
gitweb
/
~mdw
/
preload-hacks
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Makefile (clean): Have a variable for things to clean.
[preload-hacks]
/
withlib.in
1
#! /bin/sh
2
3
set -e
4
LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD }@lib@.so; export LD_PRELOAD
5
[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6
exec "$@"