xref: /netbsd-src/external/ibm-public/postfix/dist/postfix-env.sh (revision 7863ba460b0a05b553c754e5dbc29247dddec322)
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