From 8076e536edbcc288ad1666a13b55f4eb2974fc4e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Apr 2001 10:36:40 +0000 Subject: (write_XF86Config): try to have $_ interpreted (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') --- perl-install/Xconfigurator.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 254eb679e..cc884e74b 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1236,11 +1236,11 @@ Section "ServerLayout" InputDevice "Mouse2" "SendCoreEvents" '; foreach (1..@{$o->{wacom}}) { - print G ' + print G qq( InputDevice "Stylus$_" "AlwaysCore" InputDevice "Eraser$_" "AlwaysCore" InputDevice "Cursor$_" "AlwaysCore" -'; +); } print G ' InputDevice "Keyboard1" "CoreKeyboard" -- cgit v1.2.1