From e177ded98f12394fbd443b02951f424e1a75a915 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 16 Sep 2008 17:34:27 +0000 Subject: * typo git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2222 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/XX_xserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/xserver/XX_xserver.sh') diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh index 525041e2..2622e8fc 100644 --- a/os-plugins/plugins/xserver/XX_xserver.sh +++ b/os-plugins/plugins/xserver/XX_xserver.sh @@ -239,7 +239,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents" size="$(grep -m 1 " Size: " /etc/hwinfo.display | \ sed 's|.*ize:\ ||;s|\ mm||;s|x|\ |')" modes=$(grep -i "Resolution: .*@" /etc/hwinfo.display | \ - awk '{print $2}'| awk -f '@' '{print $1}'| sort -unr| \ + awk '{print $2}'| awk -F '@' '{print $1}'| sort -unr| \ tr "\n" " ") [ -n "$vert" -a -n "$horz" ] && \ sed -e "s|# Horizsync.*| Horizsync $horz|;\ -- cgit v1.2.3-55-g7522