Browse Source

Export also $PRETTY_DEBUG_EXCLUDE

It has no effect in subcommands otherwise.
Alois Mahdal 6 years ago
parent
commit
68ab393202
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/app.skel

+ 1
- 1
src/app.skel View File

@@ -28,7 +28,7 @@ test -n "$SATURNIN_CONF_PATH" || SATURNIN_CONF_PATH="$(
28 28
         "__SATURNIN_SHARE__/ini.d"
29 29
 )"
30 30
 
31
-export SATURNIN_CONF_PATH SHELLFU_PATH PRETTY_USAGE \
31
+export SATURNIN_CONF_PATH SHELLFU_PATH PRETTY_USAGE PRETTY_DEBUG_EXCLUDE \
32 32
        SATURNIN_CACHE_HOME SATURNIN_CONFIG_HOME SATURNIN_DATA_HOME
33 33
 
34 34
 saturnin__main "$@"