[Rt-commit] r18474 - rt/3.999/trunk/bin

falcone at bestpractical.com falcone at bestpractical.com
Thu Feb 19 17:27:31 EST 2009


Author: falcone
Date: Thu Feb 19 17:27:31 2009
New Revision: 18474

Modified:
   rt/3.999/trunk/bin/rt

Log:
* /usr/bin/env looks for a comment "perl -w" on linux and goes blammity

Modified: rt/3.999/trunk/bin/rt
==============================================================================
--- rt/3.999/trunk/bin/rt	(original)
+++ rt/3.999/trunk/bin/rt	Thu Feb 19 17:27:31 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
@@ -50,6 +50,7 @@
 # Abhijit Menon-Sen <ams at wiw.org>
 
 use strict;
+use warnings;
 
 # This program is intentionally written to have as few non-core module
 # dependencies as possible. It should stay that way.


More information about the Rt-commit mailing list