Browse Source

Use dynamic init rather than hard-coded path

Alois Mahdal 10 years ago
parent
commit
c32c212f7a
10 changed files with 10 additions and 10 deletions
  1. 1
    1
      bin/ccfn.in
  2. 1
    1
      bin/eeabrt.in
  3. 1
    1
      bin/eeget.in
  4. 1
    1
      bin/eeiam.in
  5. 1
    1
      bin/eeln.in
  6. 1
    1
      bin/eemk.in
  7. 1
    1
      bin/eepush.in
  8. 1
    1
      bin/eerevert.in
  9. 1
    1
      bin/eewatch.in
  10. 1
    1
      bin/eewww.in

+ 1
- 1
bin/ccfn.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 
5 5
 ffoo import core
6 6
 

+ 1
- 1
bin/eeabrt.in View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 # Take a core dump and try to analyze it with ABRT
4 4
 
5
-. __FFOO_INIT__
5
+. <(ffoom init)
6 6
 
7 7
 ffoo import core
8 8
 

+ 1
- 1
bin/eeget.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eeiam.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eeln.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eemk.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eepush.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eerevert.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eewatch.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core

+ 1
- 1
bin/eewww.in View File

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. __FFOO_INIT__
3
+. <(ffoom init)
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import ini