浏览代码

Hint FFOO_INI_PATH in debug mode

Alois Mahdal 10 年前
父节点
当前提交
30251a88e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      include/ini.sh

+ 1
- 0
include/ini.sh 查看文件

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;