Browse Source

Hint FFOO_INI_PATH in debug mode

Alois Mahdal 11 years ago
parent
commit
30251a88e3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      include/ini.sh

+ 1
- 0
include/ini.sh View File

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