Browse Source

Dodge PRETTY_DEBUG_EXCLUDE with version info

Alois Mahdal 7 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
         *)              break;                      ;;
366
         *)              break;                      ;;
367
     esac done
367
     esac done
368
     subcommand="$1"; shift
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
     case "$subcommand" in
371
     case "$subcommand" in
371
         conf)    saturnin__conf "$@"                ;;
372
         conf)    saturnin__conf "$@"                ;;
372
         *)       saturnin__runsc "$subcommand" "$@" ;;
373
         *)       saturnin__runsc "$subcommand" "$@" ;;