Explorar el Código

Dodge PRETTY_DEBUG_EXCLUDE with version info

Alois Mahdal hace 6 años
padre
commit
3d9465bb91
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/saturnin.sh.skel

+ 2
- 1
src/saturnin.sh.skel Ver fichero

@@ -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" "$@" ;;