mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
fac3c2453a
commit
2e14a74806
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/perl
|
#!/usr/bin/env perl
|
||||||
##
|
##
|
||||||
## Read BGPd logfile and lookup RR's whois database.
|
## Read BGPd logfile and lookup RR's whois database.
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/local/bin/perl
|
#!/usr/bin/env perl
|
||||||
##
|
##
|
||||||
## Read BGPd logfile and lookup RR's whois database.
|
## Read BGPd logfile and lookup RR's whois database.
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
##
|
##
|
||||||
## Zebra interactive console
|
## Zebra interactive console
|
||||||
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>
|
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>
|
||||||
|
|
Loading…
Reference in a new issue