aboutsummaryrefslogtreecommitdiffstats
path: root/setup-dev-environment.bash
blob: c5053e2e450194064de2bf626f59de74cbb1f5f7 (plain)
1
2
3
4
5
6
7
8
9
10
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"