[Rt-commit] rt branch, 4.0/stop-hardcoding-perl-really, created. rt-4.0.0rc6-128-g0388712

Kevin Falcone falcone at bestpractical.com
Fri Mar 18 14:54:12 EDT 2011


The branch, 4.0/stop-hardcoding-perl-really has been created
        at  0388712ef995557d119ae159faa089269ee875b7 (commit)

- Log -----------------------------------------------------------------
commit 0388712ef995557d119ae159faa089269ee875b7
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Mar 18 14:49:16 2011 -0400

    Please stop hardcoding paths to perl

diff --git a/devel/extract-message-catalog b/devel/extract-message-catalog
index 6b231a6..1b52123 100755
--- a/devel/extract-message-catalog
+++ b/devel/extract-message-catalog
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w 
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:
diff --git a/devel/factory b/devel/factory
index 6e696f8..d561989 100755
--- a/devel/factory
+++ b/devel/factory
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:
diff --git a/devel/license_tag b/devel/license_tag
index 82f33f2..82d132e 100755
--- a/devel/license_tag
+++ b/devel/license_tag
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 
 # BEGIN BPS TAGGED BLOCK {{{
diff --git a/devel/merge-rosetta.pl b/devel/merge-rosetta.pl
index 63a2e53..cb97cc1 100644
--- a/devel/merge-rosetta.pl
+++ b/devel/merge-rosetta.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:
diff --git a/devel/tweak-template-locstring b/devel/tweak-template-locstring
index af075e7..729ac1f 100644
--- a/devel/tweak-template-locstring
+++ b/devel/tweak-template-locstring
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:

-----------------------------------------------------------------------


More information about the Rt-commit mailing list