the path to the fortune binary is hard-coded into the task:
return unless -x '/usr/local/games/fortune'; chomp(my $t = `/usr/local/games/fortune -s`);
Logged In: YES user_id=3889
Yeah, should be a var, and if the var is just 'fortune' then just plain old use $ENV{PATH} I guess
Log in to post a comment.
Logged In: YES
user_id=3889
Yeah, should be a var, and if the var is just 'fortune' then just plain old use
$ENV{PATH} I guess