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
 ffoo import sw
10
 ffoo import sw
11
 ffoo import yummy
11
 ffoo import yummy
12
 
12
 
13
-ENVIRON_SCRIPT="$FFOO_DATA_DIR-local/bash_env"
13
+ENVIRON_SCRIPT="$HOME/.eemk-env"
14
 FFOO_VERBOSE=true
14
 FFOO_VERBOSE=true
15
 
15
 
16
 # tmp needs to be shared to children
16
 # tmp needs to be shared to children

+ 0
- 2
bin/eerevert.in View File

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