summaryrefslogtreecommitdiffstats
path: root/vespaclient/src
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2016-06-20 15:41:42 +0200
committerArne Juul <arnej@yahoo-inc.com>2016-06-20 15:41:42 +0200
commit561d723f9e1c9c002f83a576dc6d323f63b9abc5 (patch)
tree8b29f0bd487078a06766517ea69ec2bcd66556f7 /vespaclient/src
parente3030eda079658d958d2ba243999c901b1904fa6 (diff)
search .../lib64/perl5/site_perl for modules
* also remove one extra (duplicate) 'use lib' line.
Diffstat (limited to 'vespaclient/src')
-rwxr-xr-xvespaclient/src/perl/bin/GetClusterState.pl2
-rwxr-xr-xvespaclient/src/perl/bin/GetNodeState.pl2
-rwxr-xr-xvespaclient/src/perl/bin/SetNodeState.pl1
3 files changed, 3 insertions, 2 deletions
diff --git a/vespaclient/src/perl/bin/GetClusterState.pl b/vespaclient/src/perl/bin/GetClusterState.pl
index 23c2d350d4c..45af63c564c 100755
--- a/vespaclient/src/perl/bin/GetClusterState.pl
+++ b/vespaclient/src/perl/bin/GetClusterState.pl
@@ -63,12 +63,12 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();
use strict;
use warnings;
-use lib '$VESPA_HOME/lib/perl5/site_perl';
use Yahoo::Vespa::Bin::GetClusterState;
diff --git a/vespaclient/src/perl/bin/GetNodeState.pl b/vespaclient/src/perl/bin/GetNodeState.pl
index ca394305e5f..c3865e92732 100755
--- a/vespaclient/src/perl/bin/GetNodeState.pl
+++ b/vespaclient/src/perl/bin/GetNodeState.pl
@@ -63,12 +63,12 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();
use strict;
use warnings;
-use lib '$VESPA_HOME/lib/perl5/site_perl';
use Yahoo::Vespa::Bin::GetNodeState;
diff --git a/vespaclient/src/perl/bin/SetNodeState.pl b/vespaclient/src/perl/bin/SetNodeState.pl
index 3933cb409e6..6dc099f8e5f 100755
--- a/vespaclient/src/perl/bin/SetNodeState.pl
+++ b/vespaclient/src/perl/bin/SetNodeState.pl
@@ -63,6 +63,7 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();