Browse Source

More improvements to the uml box.

master
freesource 23 years ago
parent
commit
c0f6facc1e
  1. 5
      gBootRoot

5
gBootRoot

@ -1088,7 +1088,7 @@ sub uml_box {
else { else {
if (!$entry_advanced[8]) { if (!$entry_advanced[8]) {
error_window("gBootRoot Error: " . error_window("gBootRoot Error: " .
"Enter a xterm, and executable " . "Enter an xterm, and executable " .
"option."); "option.");
return; return;
} }
@ -1144,10 +1144,7 @@ sub remove_matching_process {
if (m,$match_word,) { if (m,$match_word,) {
my $process = (split(/\s+/,$_,))[1]; my $process = (split(/\s+/,$_,))[1];
system "kill $process"; system "kill $process";
}
# not so friendly approach # not so friendly approach
if (m,$match_word,) {
my $process = (split(/\s+/,$_,))[1];
system "kill -9 $process"; system "kill -9 $process";
} }
} }

Loading…
Cancel
Save