diff options
author | damien <damien@mandriva.com> | 2001-04-17 15:17:33 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-17 15:17:33 +0000 |
commit | 108795ffbce6afac3d370d194022d2ff7638f61d (patch) | |
tree | f31032b03d307901e402cfb389e3f5062a18ae7d /perl-install/standalone/mousedrake | |
parent | 6d9380619edc6686933cf0fdbeba1001c5d15566 (diff) | |
download | drakx-108795ffbce6afac3d370d194022d2ff7638f61d.tar drakx-108795ffbce6afac3d370d194022d2ff7638f61d.tar.gz drakx-108795ffbce6afac3d370d194022d2ff7638f61d.tar.bz2 drakx-108795ffbce6afac3d370d194022d2ff7638f61d.tar.xz drakx-108795ffbce6afac3d370d194022d2ff7638f61d.zip |
fixed embedded
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-x | perl-install/standalone/mousedrake | 2 |
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") { |