Skip to content

Commit

Permalink
remove '.' from @inc
Browse files Browse the repository at this point in the history
This is the same as in quattor/CCM#181
  • Loading branch information
ttyS4 authored Jan 24, 2018
1 parent f77f984 commit a2d2c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scripts/ncm-query
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ toolsuite.

package query;

pop @INC if $INC[-1] eq '.';
use lib "/usr/lib/perl";

use CAF::Application;
use CAF::Reporter;
use LC::Exception qw (SUCCESS throw_error);
Expand Down

0 comments on commit a2d2c49

Please sign in to comment.