[Rt-commit] rt branch, 4.0/stop-hardcoding-perl-really, updated. rt-4.0.0rc6-129-gdd43415

Kevin Falcone falcone at bestpractical.com
Fri Mar 18 15:04:52 EDT 2011


The branch, 4.0/stop-hardcoding-perl-really has been updated
       via  dd4341544982889ac534d0809d6825e3a5eb6692 (commit)
      from  0388712ef995557d119ae159faa089269ee875b7 (commit)

Summary of changes:
 etc/upgrade/shrink_cgm_table.pl          |    2 +-
 etc/upgrade/shrink_transactions_table.pl |    2 +-
 etc/upgrade/upgrade-mysql-schema.pl      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit dd4341544982889ac534d0809d6825e3a5eb6692
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Mar 18 15:04:49 2011 -0400

    more hardcoding

diff --git a/etc/upgrade/shrink_cgm_table.pl b/etc/upgrade/shrink_cgm_table.pl
index 653e619..c9cc27e 100644
--- a/etc/upgrade/shrink_cgm_table.pl
+++ b/etc/upgrade/shrink_cgm_table.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:
diff --git a/etc/upgrade/shrink_transactions_table.pl b/etc/upgrade/shrink_transactions_table.pl
index 4dbb783..a4fee3b 100644
--- a/etc/upgrade/shrink_transactions_table.pl
+++ b/etc/upgrade/shrink_transactions_table.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:
diff --git a/etc/upgrade/upgrade-mysql-schema.pl b/etc/upgrade/upgrade-mysql-schema.pl
index 29d6a96..2343c07 100755
--- a/etc/upgrade/upgrade-mysql-schema.pl
+++ b/etc/upgrade/upgrade-mysql-schema.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 #
 # COPYRIGHT:

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


More information about the Rt-commit mailing list