浏览代码

Use dynamic init rather than hard-coded path

Alois Mahdal 10 年前
父节点
当前提交
c32c212f7a
共有 10 个文件被更改,包括 10 次插入10 次删除
  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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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 查看文件

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