commit f43c847e4845c73e3f0de92b9f67df1fbc0ba62b from: Omar Polo date: Fri May 05 18:07:27 2023 UTC resolve `mexp' via $PATH now gotmarc sets the PATH so we don't have to hardcode the path anymore. commit - 55669b34fcd12af771a3d73b0e511e9288037783 commit + f43c847e4845c73e3f0de92b9f67df1fbc0ba62b blob - 8f7b4dc6c14d44ecab7269ec6206515158a294b9 blob + 19bad10e0cfbe4b90155e194a5b1b43d51de0ad4 --- pe +++ pe @@ -26,7 +26,7 @@ die '$CSUMDIR undefined' unless defined $csumdir; my $poll = IO::Poll->new(); for (1..$jobs) { - open(my $kid, '|-', './mexp') or die "can't exec ./mexp: $!"; + open(my $kid, '|-', 'mexp') or die "can't exec mexp: $!"; $poll->mask($kid => POLLOUT); }