Bladeren bron

Update to ffoo 0.4.0

Alois Mahdal 9 jaren geleden
bovenliggende
commit
ce3b94268c

+ 1
- 1
bin/saturnin.skel Bestand weergeven

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

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

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

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

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

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

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

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

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

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

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