From 5e61585d76ae77fd5e9e96ebabb57afa4d74880d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:06:34 +0200 Subject: Adding upstream version 3.5.24. Signed-off-by: Daniel Baumann --- postfix-env.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 postfix-env.sh (limited to 'postfix-env.sh') diff --git a/postfix-env.sh b/postfix-env.sh new file mode 100644 index 0000000..35f3175 --- /dev/null +++ b/postfix-env.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# Run a program with the new shared libraries instead of the installed ones. + +LD_LIBRARY_PATH=`pwd`/lib DYLD_LIBRARY_PATH=`pwd`/lib exec "$@" -- cgit v1.2.3