summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Ward <david.ward@ll.mit.edu>2012-04-29 22:47:03 +0200
committerDavid Lamparter <equinox@diac24.net>2012-04-30 16:13:47 +0200
commit2e14a748061921f1f656b07890c4932f97c2baaa (patch)
tree2504229d38766059cb139793348eec4d30c15e58 /tools
parentbgpd: fix up multipath merge breakage (diff)
downloadfrr-2e14a748061921f1f656b07890c4932f97c2baaa.tar.xz
frr-2e14a748061921f1f656b07890c4932f97c2baaa.zip
tools: use standard interpreter path in all Perl scripts
Signed-off-by: David Ward <david.ward@ll.mit.edu> [changed /usr/bin/perl to /usr/bin/env perl] Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/rrcheck.pl2
-rw-r--r--tools/rrlookup.pl2
-rwxr-xr-xtools/zc.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/rrcheck.pl b/tools/rrcheck.pl
index 5e5a983c2..279bca841 100644
--- a/tools/rrcheck.pl
+++ b/tools/rrcheck.pl
@@ -1,4 +1,4 @@
-#! /bin/perl
+#!/usr/bin/env perl
##
## Read BGPd logfile and lookup RR's whois database.
##
diff --git a/tools/rrlookup.pl b/tools/rrlookup.pl
index 2c14e73ea..84410e81e 100644
--- a/tools/rrlookup.pl
+++ b/tools/rrlookup.pl
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/env perl
##
## Read BGPd logfile and lookup RR's whois database.
##
diff --git a/tools/zc.pl b/tools/zc.pl
index 026e8fe5b..5307fa387 100755
--- a/tools/zc.pl
+++ b/tools/zc.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/env perl
##
## Zebra interactive console
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>