Browse Source

Remove obsolete FFOO_DATA_DIT

Alois Mahdal 10 years ago
parent
commit
33e92a63bc
2 changed files with 1 additions and 3 deletions
  1. 1
    1
      bin/eemk.in
  2. 0
    2
      bin/eerevert.in

+ 1
- 1
bin/eemk.in View File

@@ -10,7 +10,7 @@ ffoo import testing
10 10
 ffoo import sw
11 11
 ffoo import yummy
12 12
 
13
-ENVIRON_SCRIPT="$FFOO_DATA_DIR-local/bash_env"
13
+ENVIRON_SCRIPT="$HOME/.eemk-env"
14 14
 FFOO_VERBOSE=true
15 15
 
16 16
 # tmp needs to be shared to children

+ 0
- 2
bin/eerevert.in View File

@@ -52,8 +52,6 @@ done
52 52
 domain="$1"
53 53
 snapshot="$2"
54 54
 
55
-FFOO_DATA_DIR=/home/amahdal/.eecc
56
-
57 55
 test -z "$snapshot" && {
58 56
     think "looking for $domain in revert.ini"
59 57
     snapshot=$(iniread -1 -p revert.to.snapshot.$domain revert.ini)