aboutsummaryrefslogtreecommitdiffstats
path: root/setup-dev-environment.bash
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-12 15:56:09 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-12 15:58:14 +0000
commitbe97b2c34ce22a152d54bb39da1fb56e8cbaa41b (patch)
treeed513748c4fc94afcda4ca5c6c0a4bcd41d8020f /setup-dev-environment.bash
parent6b0007c775df32b72cf5f0e07041d2b9a2e3cd0d (diff)
Better setting of environment
Diffstat (limited to 'setup-dev-environment.bash')
-rw-r--r--setup-dev-environment.bash11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash
deleted file mode 100644
index c5053e2e4..000000000
--- a/setup-dev-environment.bash
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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"
-