From 2e14a748061921f1f656b07890c4932f97c2baaa Mon Sep 17 00:00:00 2001 From: David Ward Date: Sun, 29 Apr 2012 16:47:03 -0400 Subject: tools: use standard interpreter path in all Perl scripts Signed-off-by: David Ward [changed /usr/bin/perl to /usr/bin/env perl] Signed-off-by: David Lamparter --- tools/rrlookup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rrlookup.pl') diff --git a/tools/rrlookup.pl b/tools/rrlookup.pl index 2c14e73e..84410e81 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. ## -- cgit v1.2.1