summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/run-virt/data/opt')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
index 5a219ddb..089182b2 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
@@ -10,7 +10,7 @@ start_wm() {
unset RUNVIRT_DM
for DM in "$@" openbox kwin blackbox; do
if type "${DM}" >/dev/null 2>&1 ; then
- declare -rg RUNVIRT_DM="${DM}"
+ declare -g RUNVIRT_DM="${DM}"
break
fi
done