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