From: Jameson Graef Rollins Date: Tue, 7 Apr 2009 02:52:34 +0000 (-0700) Subject: remove -w from keytrans shebang line, since it's redundant with 'use warnings' X-Git-Tag: monkeysphere_0.25~31^2~11 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=c9b8f4f7a781431e4586cfe3e6afc7f2a6b0a2d5 remove -w from keytrans shebang line, since it's redundant with 'use warnings' --- diff --git a/src/share/keytrans b/src/share/keytrans index e6777ff..f9288fa 100755 --- a/src/share/keytrans +++ b/src/share/keytrans @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -T +#!/usr/bin/perl -T # keytrans: this is an RSA key translation utility; it is capable of # transforming RSA keys (both public keys and secret keys) between