소스 검색

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