aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index aa661d7..27bdf35 100755
--- a/ulri
+++ b/ulri
@@ -718,7 +718,7 @@ foreach my $prefix (sort keys %pkg_tree) {
create_file($lock_file, "$program_name $$", time());
# Fork to wait for the build to finish
- if ((my $fpid = fork()) == 0) {
+ if (fork() == 0) {
local $SIG{ALRM} = sub {
# Run ourselves to kill the build
exec "ulri";