Explorar el Código

Hint FFOO_INI_PATH in debug mode

Alois Mahdal hace 10 años
padre
commit
30251a88e3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      include/ini.sh

+ 1
- 0
include/ini.sh Ver fichero

@@ -84,6 +84,7 @@ __iniread__merge() {
84 84
                 cat $arg
85 85
             ;;
86 86
         *)              # name given, find all its incarnations
87
+            debug -v FFOO_INI_PATH
87 88
             echo "$FFOO_INI_PATH" \
88 89
               | tr ':' '\n' \
89 90
               | while read trydir;