aboutsummaryrefslogtreecommitdiffstats
path: root/setup-dev-environment.bash
diff options
context:
space:
mode:
Diffstat (limited to 'setup-dev-environment.bash')
-rw-r--r--setup-dev-environment.bash11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash
new file mode 100644
index 000000000..c5053e2e4
--- /dev/null
+++ b/setup-dev-environment.bash
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Set the Perl environment variables as needed
+eval $(perl -Iperllib -Mlocal::lib=local-lib5)
+
+# add the non-standard perllib path to PERL5LIB
+PERL5LIB=perllib:commonlib/perllib:$PERL5LIB
+
+# put a note in the promp so that we know environment is setup
+PS1="(fms) $PS1"
+