Преглед изворни кода

Fixed wildcard for python and perl extension.

tags/v0.99.beta18
Alex Foulon alxf пре 14 година
родитељ
комит
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…
Откажи
Сачувај