From: Jarkko Hietaniemi Date: Tue, 13 May 2003 18:59:51 +0000 (+0000) Subject: Use /usr/bin/perl (de facto in Porting/ scripts). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46618fd9dc39954f9acd97cef74b6dc97b59c99c;p=p5sagit%2Fp5-mst-13.2.git Use /usr/bin/perl (de facto in Porting/ scripts). p4raw-id: //depot/perl@19520 --- diff --git a/Porting/sort_perldiag.pl b/Porting/sort_perldiag.pl index c4b60ca..54037b1 100644 --- a/Porting/sort_perldiag.pl +++ b/Porting/sort_perldiag.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use strict;