Browse Source

Commented out redundant error output for bins.

master
freesource 24 years ago
parent
commit
31ad9e7b89
  1. 6
      Yard.pm

6
Yard.pm

@ -1271,9 +1271,9 @@ sub find_file_in_path {
my($abs_file) = "$dir/$file"; my($abs_file) = "$dir/$file";
return $abs_file if -e $abs_file; return $abs_file if -e $abs_file;
} }
if ( !-e "$path[$#path]/$file") { # if ( !-e "$path[$#path]/$file") {
info(1,"gBootRoot Error: Couldn't find $file\n"); # info(1,"gBootRoot Error: Couldn't find $file\n");
} # }
undef; undef;
} }

Loading…
Cancel
Save