Author: bdonlan
Date: 2004-06-27 16:37:01 -0400 (Sun, 27 Jun 2004)
New Revision: 261

Added:
   trunk/dev-tools/env-setup.sh
Log:
Added script to generate a PERL5LIB containing all haver libs


Added: trunk/dev-tools/env-setup.sh
===================================================================
--- trunk/dev-tools/env-setup.sh        2004-06-27 20:15:17 UTC (rev 260)
+++ trunk/dev-tools/env-setup.sh        2004-06-27 20:37:01 UTC (rev 261)
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Prints shell commands to set up the haver environment
+# Usage: eval `env-setup.sh haver/trunk`
+# For bourne shells
+
+echo export PERL5LIB="\"$(find "$1" -type d -name lib | tr "\n" 
":")\$PERL5LIB\""


Property changes on: trunk/dev-tools/env-setup.sh
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:eol-style
   + native


Reply via email to