[Rt-commit] r16048 - in rt/branches/3.999-DANGEROUS: bin sbin

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 24 06:36:28 EDT 2008


Author: sunnavy
Date: Wed Sep 24 06:36:18 2008
New Revision: 16048

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/bin/jifty
   rt/branches/3.999-DANGEROUS/bin/rt
   rt/branches/3.999-DANGEROUS/bin/rt-crontool
   rt/branches/3.999-DANGEROUS/bin/rt-mailgate
   rt/branches/3.999-DANGEROUS/sbin/extract-message-catalog
   rt/branches/3.999-DANGEROUS/sbin/license_tag
   rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards
   rt/branches/3.999-DANGEROUS/sbin/rt-email-digest
   rt/branches/3.999-DANGEROUS/sbin/rt-setup-database
   rt/branches/3.999-DANGEROUS/sbin/tweak-template-locstring

Log:
 r16819 at sunnavys-mb:  sunnavy | 2008-09-24 17:03:58 +0800
 updated chebang line to use env for scripts


Modified: rt/branches/3.999-DANGEROUS/bin/jifty
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/jifty	(original)
+++ rt/branches/3.999-DANGEROUS/bin/jifty	Wed Sep 24 06:36:18 2008
@@ -51,6 +51,7 @@
 use File::Basename qw(dirname); 
 use UNIVERSAL::require;
 
+use lib '/Users/sunnavy/bps/jifty/jifty/trunk/lib';
 use Jifty;
 use Jifty::Script;
 

Modified: rt/branches/3.999-DANGEROUS/bin/rt
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/rt	(original)
+++ rt/branches/3.999-DANGEROUS/bin/rt	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/bin/rt-crontool
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/rt-crontool	(original)
+++ rt/branches/3.999-DANGEROUS/bin/rt-crontool	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/bin/rt-mailgate
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/rt-mailgate	(original)
+++ rt/branches/3.999-DANGEROUS/bin/rt-mailgate	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/sbin/extract-message-catalog
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/extract-message-catalog	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/extract-message-catalog	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w 
+#!/usr/bin/env perl -w 
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/sbin/license_tag
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/license_tag	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/license_tag	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 
 # BEGIN BPS TAGGED BLOCK {{{

Modified: rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/sbin/rt-email-digest
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-email-digest	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-email-digest	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/sbin/rt-setup-database
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-setup-database	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-setup-database	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:

Modified: rt/branches/3.999-DANGEROUS/sbin/tweak-template-locstring
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/tweak-template-locstring	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/tweak-template-locstring	Wed Sep 24 06:36:18 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:


More information about the Rt-commit mailing list