Skip to content

Commit 9851730

Browse files
authored
Fix mlnx.pl script for perl include local directory (sonic-net#540)
For new Perl @inc path must be updated for current directory module lookup
1 parent 34a4202 commit 9851730

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/mlnx.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/perl
22

3+
BEGIN { push @INC,'.'; }
4+
35
use strict;
46
use warnings;
57
use diagnostics;

0 commit comments

Comments
 (0)