diff options
author | David Ward <david.ward@ll.mit.edu> | 2012-04-29 22:47:03 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-04-30 16:13:47 +0200 |
commit | 2e14a748061921f1f656b07890c4932f97c2baaa (patch) | |
tree | 2504229d38766059cb139793348eec4d30c15e58 /tools/rrlookup.pl | |
parent | bgpd: fix up multipath merge breakage (diff) | |
download | frr-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/rrlookup.pl')
-rw-r--r-- | tools/rrlookup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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. ## |