summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-17 08:44:44 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-17 08:44:44 +0200
commit70126b277b7a02b6c3dca631bab9cf8a2df972a2 (patch)
tree7c2f3717325d5bc4ed04c033f1aafbcbb4359ace /config
parent1934e961b908c85415650117a8b9024afaf6dfa6 (diff)
Use /usr/bin/env perl instead of /usr/local/bin/perl
Diffstat (limited to 'config')
-rwxr-xr-xconfig/src/apps/vespa-config/vespa-config.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/src/apps/vespa-config/vespa-config.pl b/config/src/apps/vespa-config/vespa-config.pl
index a87e5e52976..a558a6dcbc4 100755
--- a/config/src/apps/vespa-config/vespa-config.pl
+++ b/config/src/apps/vespa-config/vespa-config.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/env perl
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#
# Various small functions used when bootstrapping the config system
@@ -6,6 +6,7 @@
# BEGIN perl environment bootstrap section
# Do not edit between here and END as this section should stay identical in all scripts
+use warnings;
use File::Basename;
use File::Path;