From c0f6facc1e333a18fbc3e3e149e7bb55154e3072 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 30 Jul 2001 07:03:07 +0000 Subject: [PATCH] More improvements to the uml box. --- gBootRoot | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gBootRoot b/gBootRoot index a52e82b..6b51b73 100644 --- a/gBootRoot +++ b/gBootRoot @@ -1088,7 +1088,7 @@ sub uml_box { else { if (!$entry_advanced[8]) { error_window("gBootRoot Error: " . - "Enter a xterm, and executable " . + "Enter an xterm, and executable " . "option."); return; } @@ -1144,10 +1144,7 @@ sub remove_matching_process { if (m,$match_word,) { my $process = (split(/\s+/,$_,))[1]; system "kill $process"; - } - # not so friendly approach - if (m,$match_word,) { - my $process = (split(/\s+/,$_,))[1]; + # not so friendly approach system "kill -9 $process"; } }