mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 06:32:57 +00: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.
|
||||
##
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
##
|
||||
## Read BGPd logfile and lookup RR's whois database.
|
||||
##
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
##
|
||||
## Zebra interactive console
|
||||
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>
|
||||
|
Loading…
Reference in New Issue
Block a user