[sundials] 54/76: minor tweak to satisfy a warning

Andreas Tille tille at debian.org
Sun Feb 5 18:45:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository sundials.

commit e489c273f1b29400da43b613e684cba628b28273
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 8 23:02:18 2016 -0700

    minor tweak to satisfy a warning
---
 debian/check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/check.sh b/debian/check.sh
index 5cba9e2..23ba848 100644
--- a/debian/check.sh
+++ b/debian/check.sh
@@ -13,7 +13,7 @@ trap "cleanup" 1 2 3 13 15
 CWD=$(pwd)
 cd $1/examples
 
-for dir in $(find . -type d -maxdepth 1 -mindepth 1) ; do
+for dir in $(find . -maxdepth 1 -mindepth 1 -type d) ; do
     #for mode in "serial" "fcmix_serial" "parallel" "fcmix_parallel"  ; do
     for mode in "serial" ; do
 	cd $dir/$mode

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list