summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-16 19:09:46 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-16 19:09:46 +0000
commit2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03 (patch)
tree34ef2cf2c889122afd47ecd78bcbc8d99ba7e9a0
parent4e900696059dd2189fa0395830825a1b55598519 (diff)
downloadmgaonline-2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03.tar
mgaonline-2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03.tar.gz
mgaonline-2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03.tar.bz2
mgaonline-2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03.tar.xz
mgaonline-2abfe35d0f2b94ddb5fd05f5780a4309fc01ad03.zip
(harvester) fix returning pids
-rwxr-xr-xmdkapplet1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 8bd69f52..1fbfdc24 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -196,7 +196,6 @@ sub harvester {
push @pids, $childpid;
WIFEXITED($?) and refresh_gui(1);
} while $childpid > 0;
- return if $clean;
return @pids;
}
sub fork_exec {