Random Project

A patch to make it ignore HP-UX output of ‘no entries’

comment out line 191 and add the following 5 lines:

#@jobs = ( );
while() {
if ( /^(?!no entries)/ ) {
push @jobs, $_;
}
}