Skip to content

Commit

Permalink
Fix mlnx.pl script for perl include local directory (sonic-net#540)
Browse files Browse the repository at this point in the history
For new Perl @inc path must be updated for current directory module
lookup
  • Loading branch information
kcudnik authored Dec 3, 2019
1 parent 34a4202 commit 9851730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mlnx.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/perl

BEGIN { push @INC,'.'; }

use strict;
use warnings;
use diagnostics;
Expand Down

0 comments on commit 9851730

Please sign in to comment.