Bläddra i källkod

Use dynamic init rather than hard-coded path

Alois Mahdal 10 år sedan
förälder
incheckning
c32c212f7a
10 ändrade filer med 10 tillägg och 10 borttagningar
  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 Visa fil

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

+ 1
- 1
bin/eeabrt.in Visa fil

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

+ 1
- 1
bin/eeget.in Visa fil

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

+ 1
- 1
bin/eeiam.in Visa fil

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

+ 1
- 1
bin/eeln.in Visa fil

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

+ 1
- 1
bin/eemk.in Visa fil

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

+ 1
- 1
bin/eepush.in Visa fil

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

+ 1
- 1
bin/eerevert.in Visa fil

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

+ 1
- 1
bin/eewatch.in Visa fil

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

+ 1
- 1
bin/eewww.in Visa fil

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