Browse Source

remove bash_profile.sh from elli

Lita Gratrix 10 years ago
parent
commit
96747aa027

+ 0 - 3
frameworks/Erlang/elli/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export REBAR_HOME=$IROOT/rebar

+ 1 - 0
frameworks/Erlang/elli/setup_erlang.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 #!/bin/bash
+export REBAR_HOME=$IROOT/rebar
 
 
 sed -i 's|"benchmarkdbpass", ".*", 3306|"benchmarkdbpass", "'"${DBHOST}"'", 3306|g' src/elli_bench_sup.erl
 sed -i 's|"benchmarkdbpass", ".*", 3306|"benchmarkdbpass", "'"${DBHOST}"'", 3306|g' src/elli_bench_sup.erl