Browse Source

Respect FFOO_INI_PATH set by user

Alois Mahdal 9 years ago
parent
commit
bbad105afb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/eeini.in

+ 1
- 1
bin/eeini.in View File

@@ -1,7 +1,7 @@
1 1
 #!/bin/bash
2 2
 
3 3
 . <(ffoom init)
4
-FFOO_INI_PATH="__FFOO_INI_PATH__"
4
+FFOO_INI_PATH="__FFOO_INI_PATH__:$FFOO_INI_PATH"
5 5
 
6 6
 ffoo import ini
7 7