From ea0eea9748160624c3dab2e65afbfe513a278851 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 28 Feb 2001 23:24:37 +0000 Subject: typo --- perl-install/bootlook.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/bootlook.pm') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index a471f1a68..436d9ac82 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -217,7 +217,7 @@ if ($a_mode) { } Gtk->main_iteration while Gtk->events_pending; -kill USR2, $::CCPID; +$::isEmbedded and kill USR2, $::CCPID; Gtk->main; #------------------------------------------------------------- # get user names to put in combo @@ -227,7 +227,7 @@ sub parse_etc_passwd { setpwent(); do { - @user_info = getpwent(); + @user_info = getpwent(); my ($uname, $uid) = @user_info[0,2]; print "$user_info[0]"; if ($uid == 0 || $uid >500){ -- cgit v1.2.1