Skip to content

Commit

Permalink
Add debugging message for non default java location
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewss committed Jan 8, 2020
1 parent 3cdd158 commit b2feefa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastqc
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ if ($format) {
}

if ($java_bin ne 'java') {

warn "Java is $java_bin\n";
# $java_bin =~ s/\\/\//g;

unless (-e $java_bin) {
Expand Down

0 comments on commit b2feefa

Please sign in to comment.