Browse Source

remove bash_profile for snap

Lita Gratrix 10 years ago
parent
commit
4f1b905d13
2 changed files with 3 additions and 5 deletions
  1. 0 5
      frameworks/Haskell/snap/bash_profile.sh
  2. 3 0
      frameworks/Haskell/snap/setup.sh

+ 0 - 5
frameworks/Haskell/snap/bash_profile.sh

@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export CABAL_HOME=/opt/cabal/1.20
-export HASKELL_HOME=/opt/ghc/7.8.3
-export LANG=en_US.UTF-8

+ 3 - 0
frameworks/Haskell/snap/setup.sh

@@ -1,4 +1,7 @@
 #!/bin/bash
 #!/bin/bash
+export CABAL_HOME=/opt/cabal/1.20
+export HASKELL_HOME=/opt/ghc/7.8.3
+export LANG=en_US.UTF-8
 
 
 sed -i 's|host=".*"|host="'"${DBHOST}"'"|g' bench/cfg/db.cfg
 sed -i 's|host=".*"|host="'"${DBHOST}"'"|g' bench/cfg/db.cfg