]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Script to integrate uninstalled build artifacts into environment
authorAndrew Boardman <amb@mit.edu>
Mon, 7 Aug 2006 21:49:25 +0000 (21:49 +0000)
committerAndrew Boardman <amb@mit.edu>
Mon, 7 Aug 2006 21:49:25 +0000 (21:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18413 dc483132-0cff-0310-8789-dd5450dbe970

setup.sh [new file with mode: 0644]

diff --git a/setup.sh b/setup.sh
new file mode 100644 (file)
index 0000000..fdba0b0
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,9 @@
+d=`pwd`
+if ! test -d $d/trunk/src ; then echo "Not in top-level.  Punting."
+else
+  title kerberos hacking
+  : cd $d/src
+  kpath=$d/trunk/src
+  export LD_LIBRARY_PATH=$kpath/lib:$LD_LIBRARY_PATH
+  PATH=${kpath}/clients/kvno:${kpath}/clients/klist:${kpath}/appl/telnet/telnet:$PATH
+fi