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