瀏覽代碼

Fixed wildcard for python and perl extension.

tags/v0.99.beta18
Alex Foulon alxf 13 年之前
父節點
當前提交
09e6b6734d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      test/check-source

+ 1
- 1
test/check-source 查看文件

@@ -10,7 +10,7 @@ for dir in $(make -s echo-dirs -C ..); do
if [ ! -d "../$dir" ]; then continue; fi
for x in $(make -s echo-sources -C ../$dir); do
case "$x" in
*.c|*.cpp|*.h|*.m|*.php|*.cs|*.java|.py|.pl)
*.c|*.cpp|*.h|*.m|*.php|*.cs|*.java|*.py|*.pl)
nfiles=$(($nfiles + 1));
nlines=$(($nlines + `grep -c . "../$dir/$x"`)) ;;
*)


Loading…
取消
儲存