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>
This commit is contained in:
David Ward 2012-04-29 16:47:03 -04:00 committed by David Lamparter
parent fac3c2453a
commit 2e14a74806
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#! /bin/perl
#!/usr/bin/env perl
##
## Read BGPd logfile and lookup RR's whois database.
##

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/perl
#!/usr/bin/env perl
##
## Read BGPd logfile and lookup RR's whois database.
##

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/env perl
##
## Zebra interactive console
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>