From ef75b17e8aae527ed507a738ba9ab8632c7c1805 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Oct 2004 15:18:09 +0000 Subject: do not try to run killall until it has been installed --- globetrotter/make_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globetrotter') diff --git a/globetrotter/make_live b/globetrotter/make_live index e721da4d6..e06960d3f 100755 --- a/globetrotter/make_live +++ b/globetrotter/make_live @@ -136,7 +136,7 @@ sub installPackages() { !$pid and do { while (1) { sleep(10); - run_program::run('/usr/bin/killall', 'gconftool-2'); + run_program::run('/usr/bin/killall', 'gconftool-2') if -x '/usr/bin/killall'; } }; my $_b = before_leaving { kill 'TERM', $pid if $pid }; -- cgit v1.2.1