From 736f0937a6eeec0843e4dc17ad86a2eac7e77dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 29 Feb 2012 18:01:21 +0100 Subject: tools/check_loading: update find --- tools/check_loading | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check_loading b/tools/check_loading index 0814e78..0d082ed 100755 --- a/tools/check_loading +++ b/tools/check_loading @@ -18,11 +18,11 @@ function run () { function each () { echo $($RUBY --version) echo " lib/efl/native/*.rb" - for native in $(find $parentdir/lib/efl/native/ -name *.rb | sort); do + for native in $(find $parentdir/lib/efl/native/ -name 'e*.rb' | sort); do run $native done echo " lib/efl/*.rb" - for wrapper in $(find $parentdir/lib/efl/ -name e*.rb | grep -v native | sort); do + for wrapper in $(find $parentdir/lib/efl/ -name 'e*.rb' | grep -v native | sort); do run $wrapper done } -- cgit v1.1-2-g2b99