diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 19:52:34 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 19:52:34 -0700 |
commit | c9b8f4f7a781431e4586cfe3e6afc7f2a6b0a2d5 (patch) | |
tree | b400abce237e5e102094765192e38d4e101c7320 /src/share | |
parent | c8719b2f757364178ecbe621b027765c8ce58ef4 (diff) |
remove -w from keytrans shebang line, since it's redundant with 'use warnings'
Diffstat (limited to 'src/share')
-rwxr-xr-x | src/share/keytrans | 2 |
1 files changed, 1 insertions, 1 deletions
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 |