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