File: postfix-env.sh

package info (click to toggle)
postfix 3.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,976 kB
  • sloc: ansic: 134,721; makefile: 17,984; sh: 6,971; perl: 2,796; python: 1,448; awk: 158
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (6)
1
2
3
4
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 "$@"