ソースを参照

Update to ffoo 0.4.0

Alois Mahdal 9 年 前
コミット
ce3b94268c
共有11 個のファイルを変更した11 個の追加11 個の削除を含む
  1. 1
    1
      bin/saturnin.skel
  2. 1
    1
      libexec/saturnin-conf
  3. 1
    1
      libexec/saturnin-czrates
  4. 1
    1
      libexec/saturnin-dmenu
  5. 1
    1
      libexec/saturnin-iam
  6. 1
    1
      libexec/saturnin-ip
  7. 1
    1
      libexec/saturnin-ln
  8. 1
    1
      libexec/saturnin-push
  9. 1
    1
      libexec/saturnin-revert
  10. 1
    1
      libexec/saturnin-watch
  11. 1
    1
      libexec/saturnin-www

+ 1
- 1
bin/saturnin.skel ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 mkconfpath() {
6 6
     local userd="__SATURNIN_CONFIG_USER__/conf.d"

+ 1
- 1
libexec/saturnin-conf ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import config

+ 1
- 1
libexec/saturnin-czrates ファイルの表示

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

+ 1
- 1
libexec/saturnin-dmenu ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 ffoo import pretty
5 5
 
6 6
 usage() {

+ 1
- 1
libexec/saturnin-iam ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import recon

+ 1
- 1
libexec/saturnin-ip ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import types

+ 1
- 1
libexec/saturnin-ln ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import misc
6 6
 ffoo import pretty

+ 1
- 1
libexec/saturnin-push ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import recon

+ 1
- 1
libexec/saturnin-revert ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import recon

+ 1
- 1
libexec/saturnin-watch ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import pretty
6 6
 ffoo import recon

+ 1
- 1
libexec/saturnin-www ファイルの表示

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4 4
 
5 5
 ffoo import config
6 6
 ffoo import pretty