Files
metasploit-gs/external/installer-linux/scripts/env.sh
T
HD Moore 7b8d08a635 Fixes #466 and #467. Binaries and source to be stored outside the tree
git-svn-id: file:///home/svn/framework3/trunk@7372 4d416f70-5f16-0410-b530-b9f4589650da
2009-11-06 02:55:18 +00:00

6 lines
120 B
Bash
Executable File

#!/bin/sh
export BASE=`dirname $0`
export PATH=${BASE}/bin:$PATH
export LD_LIBRARY_PATH=${BASE}/lib:$LD_LIBRARY_PATH
$@