Skip to content

Commit

Permalink
be silent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 16, 2012
1 parent 5381d1f commit d8dab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Helper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sub find_binary {
return $program if -x $program;

my @search_paths = split /$Config{path_sep}/, $ENV{PATH};
my @lib_search_paths = map lib_to_bin($_), split /$Config{path_sep}/, $ENV{LIBRARY_PATH};
my @lib_search_paths = map lib_to_bin($_), split /$Config{path_sep}/, $ENV{LIBRARY_PATH}||'';

for my $path ( @search_paths, @lib_search_paths ) {
my $binary = catfile( $path, $program );
Expand Down

0 comments on commit d8dab56

Please sign in to comment.