commit: 4c6db62ef8a814c4f024443513075283bd2ee476
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 18:30:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 18:30:56 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c6db62e
[eclass] Use '[[' instead of '[' as per review from pesa.
---
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f45cd3a..4700f92 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -429,7 +429,7 @@ kde5_src_test() {
_test_runner
fi
- if [ -n "${DBUS_SESSION_BUS_PID}" ] ; then
+ if [[ -n "${DBUS_SESSION_BUS_PID}" ]] ; then
kill ${DBUS_SESSION_BUS_PID}
fi
}