summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-04-17 15:17:33 +0000
committerdamien <damien@mandriva.com>2001-04-17 15:17:33 +0000
commit108795ffbce6afac3d370d194022d2ff7638f61d (patch)
treef31032b03d307901e402cfb389e3f5062a18ae7d
parent6d9380619edc6686933cf0fdbeba1001c5d15566 (diff)
downloaddrakx-backup-do-not-use-108795ffbce6afac3d370d194022d2ff7638f61d.tar
drakx-backup-do-not-use-108795ffbce6afac3d370d194022d2ff7638f61d.tar.gz
drakx-backup-do-not-use-108795ffbce6afac3d370d194022d2ff7638f61d.tar.bz2
drakx-backup-do-not-use-108795ffbce6afac3d370d194022d2ff7638f61d.tar.xz
drakx-backup-do-not-use-108795ffbce6afac3d370d194022d2ff7638f61d.zip
fixed embedded
-rwxr-xr-xperl-install/standalone/mousedrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index 3e5b2922f..7f99743d3 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -32,7 +32,7 @@ if (!$mouse || !$::auto) {
sub { join '|', map { translate($_) } split '\|', $_[0] },
[ mouse::fullnames ],
$mouse->{type} . '|' . $mouse->{name});
- $name or $::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0);
+ $name or $::isEmbedded ? do { kill(USR1, $::CCPID), goto begin } : $in->exit(0);
$mouse = mouse::fullname2mouse($name);
if ($mouse->{device} eq "usbmouse") {