aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl')
-rwxr-xr-x[-rw-r--r--]jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl b/jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl
index 13a0db27552..5a93948fdcd 100644..100755
--- a/jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl
+++ b/jdisc_akamai/src/main/perl/jdisc_akamai_conf.pl
@@ -1,9 +1,10 @@
-#!/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.
# 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;