diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | 88c0be723d1e553f3b4a7b4b38388ade983e4279 (patch) | |
tree | 2a5c342b1f268208c7a64db1b0bf6a6d3e1ef0a1 /eclass/db.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.gz gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.bz2 gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 4d99d629b0c3..3c79abbb98a3 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.42 2011/07/08 11:36:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.43 2011/08/29 01:28:10 vapier Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # # Bugs: pauldv@gentoo.org @@ -171,7 +171,7 @@ db_src_test() { for t in \ ../test/test.tcl \ ../test/tcl/test.tcl \ - ; do + ; do [[ -f "${t}" ]] && testbase="${t}" && break done echo "source ${t}" > testrunner.tcl @@ -179,7 +179,7 @@ db_src_test() { sed -e "s/.*-j\([0-9]\+\).*/\1/"` if [[ ${testJobs} =~ [[:digit:]]+ ]]; then echo "run_parallel ${testJobs} run_std" >> testrunner.tcl - else + else echo 'run_std' >>testrunner.tcl fi |