[Rt-commit] r18475 - rt/3.999/trunk/bin
    falcone at bestpractical.com 
    falcone at bestpractical.com
       
    Thu Feb 19 17:37:28 EST 2009
    
    
  
Author: falcone
Date: Thu Feb 19 17:37:28 2009
New Revision: 18475
Modified:
   rt/3.999/trunk/bin/rt-mailgate
Log:
* /usr/bin/env looks for a command "perl -w" on linux and goes blammity
Modified: rt/3.999/trunk/bin/rt-mailgate
==============================================================================
--- rt/3.999/trunk/bin/rt-mailgate	(original)
+++ rt/3.999/trunk/bin/rt-mailgate	Thu Feb 19 17:37:28 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
    
    
More information about the Rt-commit
mailing list