xref: /netbsd-src/external/ibm-public/postfix/dist/postfix-env.sh (revision 87d689fb734c654d2486f87f7be32f1b53ecdbec)
1#!/bin/sh
2
3# Run a program with the new shared libraries instead of the installed ones.
4
5LD_LIBRARY_PATH=`pwd`/lib exec "$@"
6