summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 7e6b6510ab2..9b4e38b487b 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -261,7 +261,7 @@ _calculate_live_repo() {
_kmname=${PN}
fi
- if [[ ${PV} != 9999 && ${KDEBASE} == kde-base ]]; then
+ if [[ ${PV} != 9999 && ${KDEBASE} = kde-base ]]; then
EGIT_BRANCH="Plasma/$(get_version_component_range 1-2)"
fi
@@ -423,7 +423,7 @@ kde5_src_test() {
# > make sure it does not happen, so bad tests can be recognized and disabled
unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID
- if [[ ${VIRTUALX_REQUIRED} == always || ${VIRTUALX_REQUIRED} == test ]]; then
+ if [[ ${VIRTUALX_REQUIRED} = always || ${VIRTUALX_REQUIRED} = test ]]; then
VIRTUALX_COMMAND="_test_runner" virtualmake
else
_test_runner