diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 10:42:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 10:42:38 +0000 |
commit | ee7eeb336daf0c326223c4f51efa6da35a9fa7eb (patch) | |
tree | 12b509a52f39ff51c65c2645bb04758396a54018 /perl-install | |
parent | 2f81b008c851f0042da7befd2fd49f2215b11842 (diff) | |
download | drakx-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar drakx-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.gz drakx-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.bz2 drakx-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.xz drakx-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.zip |
remove test ugliness of dams
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/mousedrake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 2fc6c4d91..62af16ded 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -8,7 +8,6 @@ use standalone; use detect_devices; use mouse; use c; -require 'dumpvar.pl'; $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; local $_ = join '', @ARGV; @@ -45,7 +44,6 @@ $o->{mouse}{device} = \&mouse::serial_port2text, [ mouse::serial_ports ]) || goto begin if $mouse->{type} eq 'serial'; -dumpValue(\$mouse); mouse::write_conf($mouse); $::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0); |