diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 15:26:35 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 15:26:35 +0000 |
commit | c3bcd8b53758e09a3c003cc8afe13064edabd11e (patch) | |
tree | 993c2ba4fdf68b04d9f360d185c2d351817eedc1 /setup-dev-environment.bash | |
parent | 8cd703dbab6847995ca2a0dc51ea7c0f9f486446 (diff) |
load config from conf/general into FixMyStreet::App
Diffstat (limited to 'setup-dev-environment.bash')
-rw-r--r-- | setup-dev-environment.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash index cfac196d4..c5053e2e4 100644 --- a/setup-dev-environment.bash +++ b/setup-dev-environment.bash @@ -4,7 +4,7 @@ eval $(perl -Iperllib -Mlocal::lib=local-lib5) # add the non-standard perllib path to PERL5LIB -PERL5LIB=perllib:$PERL5LIB +PERL5LIB=perllib:commonlib/perllib:$PERL5LIB # put a note in the promp so that we know environment is setup PS1="(fms) $PS1" |