Browse Source

Update to ffoo 0.4.0

Alois Mahdal 9 years ago
parent
commit
ce3b94268c

+ 1
- 1
bin/saturnin.skel View File

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

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

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

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

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

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

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

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

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

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

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