summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-11 19:06:04 +0100
committerDirk von Suchodoletz2009-03-11 19:06:04 +0100
commit5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef (patch)
tree44607fe6daa516d2868696896412a1041d4e22c7 /os-plugins/plugins/xserver/XX_xserver.sh
parentSetting the localization properly ... (diff)
downloadcore-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.tar.gz
core-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.tar.xz
core-5aa766c7a7726dcc9e53c0c0d8ae96026ff1d5ef.zip
Small improvements ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2714 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index db411816..c4676a17 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -226,7 +226,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
# ModulePath for proprietary drivers (otherwise disabled)
if [ -n "$xserver_driver" -o "$xserver_prefnongpl" -eq "1" ]; then
- sed -e "s,# ModulePath \",ModulePath \"${MODULE_PATH},g" \
+ sed -e "s,# ModulePath \", ModulePath \"${MODULE_PATH},g" \
-i $xfc
fi