summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorDirk2011-07-07 22:18:17 +0200
committerDirk2011-07-07 22:18:17 +0200
commit194a1bd64d514bd4c2afc34231bee016e4a1979f (patch)
tree0e708e0061fcb32c1996221e28c8e97e0119dce9 /src/os-plugins/plugins/vmchooser/files/run-virt.sh
parentSome more fixes in emufe plugin ... (diff)
downloadcore-194a1bd64d514bd4c2afc34231bee016e4a1979f.tar.gz
core-194a1bd64d514bd4c2afc34231bee016e4a1979f.tar.xz
core-194a1bd64d514bd4c2afc34231bee016e4a1979f.zip
More stuff for emulation ...
Diffstat (limited to 'src/os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
index 154714c6..deda552b 100644
--- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -392,7 +392,7 @@ if [ -e ${PLUGINCONFROOT}/${xmlvirt}/run-virt.include ] ; then
if [ -e /etc/xdg/autostart/pvsgui.desktop ]; then
/usr/local/bin/pvsgui -p 2 -b >/dev/null 2>&1 &
fi
- ${VIRTCMD} ${VIRTCMDOPTS}
+ eval ${VIRTCMD} ${VIRTCMDOPTS}
writelog "Bye."
cleanexit 0
else