Browse Source

Dodge PRETTY_DEBUG_EXCLUDE with version info

Alois Mahdal 6 years ago
parent
commit
3d9465bb91
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/saturnin.sh.skel

+ 2
- 1
src/saturnin.sh.skel View File

@@ -366,7 +366,8 @@ saturnin__main() {
366 366
         *)              break;                      ;;
367 367
     esac done
368 368
     subcommand="$1"; shift
369
-    debug -v SATURNIN_APP_VERSION SATURNIN_CONF_PATH
369
+    PRETTY_DEBUG_EXCLUDE="" debug -v SATURNIN_APP_VERSION
370
+    debug -v SATURNIN_CONF_PATH
370 371
     case "$subcommand" in
371 372
         conf)    saturnin__conf "$@"                ;;
372 373
         *)       saturnin__runsc "$subcommand" "$@" ;;