diff options
-rwxr-xr-x | globetrotter/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/make_live b/globetrotter/make_live index 0fe8e5df4..5c9329d54 100755 --- a/globetrotter/make_live +++ b/globetrotter/make_live @@ -139,7 +139,7 @@ sub installPackages() { run_program::run('/usr/bin/killall', 'gconftool-2'); } }; - my $_b = before_leaving { print "KILLING\n"; kill 'TERM', $pid if $pid }; + my $_b = before_leaving { kill 'TERM', $pid if $pid }; # ensure no %_install_langs: output_p("$::prefix/etc/rpm/macros", "%_install_langs all\n"); |