Skip to content

Commit

Permalink
Merge pull request #385 from krkeegan/fix_issue_365
Browse files Browse the repository at this point in the history
Log @inc Path on Startup Just Before Evaluating User Code
  • Loading branch information
krkeegan committed Mar 19, 2014
2 parents 44dbd5b + e85602e commit dcefdea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/mh
Original file line number Diff line number Diff line change
Expand Up @@ -6714,11 +6714,16 @@ sub x10_dim_level_decode {
return $level_p;
}

sub log_inc {
print_log('Perl @INC contains: ' . join(", ",@INC));
}

#---------------------------------------------------------------------------

# Lets do it. Note, we put this at the bottom so
# we can delare global arrays like %table_hcodes and %table_month
&setup;
&log_inc;
&read_code; # Load all menus
&monitor_commands;

Expand Down

0 comments on commit dcefdea

Please sign in to comment.