Browse Source

Get the quoting right when setting $SATURNIN_CONF_PATH

(Shame I did not see that earlier...)
Alois Mahdal 7 years ago
parent
commit
7fdeeccb90
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/bin/app.skel

+ 4
- 4
src/bin/app.skel View File

@@ -25,10 +25,10 @@ shellfu import saturnin
25 25
 
26 26
 SATURNIN_CONF_PATH="$(
27 27
     saturnin__conf_mkpath \
28
-        __SATURNIN_CONFIG_HOME__/ini.d \
29
-        __SATURNIN_CONFIG_HOME__ \
30
-        __SATURNIN_CONFIG_LOCAL__ \
31
-        __SATURNIN_SHARE__/ini.d
28
+        "__SATURNIN_CONFIG_HOME__/ini.d" \
29
+        "__SATURNIN_CONFIG_HOME__" \
30
+        "__SATURNIN_CONFIG_LOCAL__" \
31
+        "__SATURNIN_SHARE__/ini.d"
32 32
 )"
33 33
 
34 34
 #