[sundials] 09/21: minor tweak to satisfy a warning
Dima Kogan
dima at secretsauce.net
Tue Oct 11 07:13:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch master
in repository sundials.
commit 6a363cb0cf50ce567fca5270248edc38c4c82a6a
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