Browse Source

Imply debugging by dry mode

It's hardly usable when silent
Alois Mahdal 9 years ago
parent
commit
5ed8c08622
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/mkit.sh

+ 1
- 0
src/include/mkit.sh View File

@@ -69,6 +69,7 @@ mkit_init() {
69 69
     #
70 70
     # Check for ini file and some variables
71 71
     #
72
+    $MKIT_DRY && MKIT_DEBUG=true
72 73
     MKIT_PROJ_PKGNAME=$(ini 1value "project:pkgname")
73 74
     test -f "$MKIT_INI" || die "cannot find mkit.ini: $MKIT_INI"
74 75
     test -n "$(tr -d '[:space:]' <<<"$MKIT_LOCAL")" \