소스 검색

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,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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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