]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: use standard interpreter path in all Perl scripts
authorDavid Ward <david.ward@ll.mit.edu>
Sun, 29 Apr 2012 20:47:03 +0000 (16:47 -0400)
committerDavid Lamparter <equinox@diac24.net>
Mon, 30 Apr 2012 14:13:47 +0000 (16:13 +0200)
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>
tools/rrcheck.pl
tools/rrlookup.pl
tools/zc.pl

index 5e5a983c2a1f23849b2cb7586db61a19468d27d7..279bca841dfca56a2d77e21ec6ce7bac15217f93 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/perl
+#!/usr/bin/env perl
 ##
 ## Read BGPd logfile and lookup RR's whois database.
 ##
index 2c14e73eaa9c4a73f34177c01df77ee64b316bef..84410e81eaa75fc551915114d971f9716b414de8 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/env perl
 ##
 ## Read BGPd logfile and lookup RR's whois database.
 ##
index 026e8fe5ba920d48a455a47831f6af6dca9b85fe..5307fa3878f5a88fd32341039136d22ed4140569 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/env perl
 ##
 ## Zebra interactive console
 ## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>