summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-19 20:23:15 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-19 20:23:15 +0000
commit19ca59fe329e6cb97cc3681e70c12d81a022dbcc (patch)
tree63854174408e6a69b7735815d35d053dafc4e8c9 /perl-install/Xconfig.pm
parent25f65beed0677fa247c513705dbf538225f979c4 (diff)
downloaddrakx-backup-do-not-use-19ca59fe329e6cb97cc3681e70c12d81a022dbcc.tar
drakx-backup-do-not-use-19ca59fe329e6cb97cc3681e70c12d81a022dbcc.tar.gz
drakx-backup-do-not-use-19ca59fe329e6cb97cc3681e70c12d81a022dbcc.tar.bz2
drakx-backup-do-not-use-19ca59fe329e6cb97cc3681e70c12d81a022dbcc.tar.xz
drakx-backup-do-not-use-19ca59fe329e6cb97cc3681e70c12d81a022dbcc.zip
no_comment
Diffstat (limited to 'perl-install/Xconfig.pm')
-rw-r--r--perl-install/Xconfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig.pm b/perl-install/Xconfig.pm
index ba3dab2f6..befb0f7dd 100644
--- a/perl-install/Xconfig.pm
+++ b/perl-install/Xconfig.pm
@@ -79,7 +79,7 @@ sub getinfoFromXF86Config {
sub getinfoFromSysconfig {
my $o = shift || {};
- add2hash($o->{mouse}, mouse::read("/etc/sysconfig/mouse"));
+ add2hash($o->{mouse}, { mouse::read("/etc/sysconfig/mouse") });
if (my %keyboard = getVarsFromSh "/etc/sysconfig/keyboard") {
$keyboard{KEYTABLE} or last;