Przeglądaj źródła

Hint FFOO_INI_PATH in debug mode

Alois Mahdal 10 lat temu
rodzic
commit
30251a88e3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      include/ini.sh

+ 1
- 0
include/ini.sh Wyświetl plik

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