From 012e3e72df8606c8a323852a518c82b29dc0a21e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 9 Apr 2001 10:00:00 +0000 Subject: fixed mousedrake (with interactive.pm fixes applied). --- perl-install/standalone/mousedrake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/mousedrake') diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 10e166c0d..3e5b2922f 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -31,7 +31,8 @@ if (!$mouse || !$::auto) { my $name = $in->ask_from_treelistf('', _("Please, choose the type of your mouse."), '|', sub { join '|', map { translate($_) } split '\|', $_[0] }, [ mouse::fullnames ], - $mouse->{type} . '|' . $mouse->{name}) || goto begin; + $mouse->{type} . '|' . $mouse->{name}); + $name or $::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0); $mouse = mouse::fullname2mouse($name); if ($mouse->{device} eq "usbmouse") { -- cgit v1.2.1