From: Jameson Graef Rollins Date: Mon, 6 Apr 2009 02:38:35 +0000 (-0700) Subject: undo perl shebang line change i just made, since the '-w -T' options don't seem to... X-Git-Tag: monkeysphere_0.25~31^2~20 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=ae60b830b1a1354acd458a1cf593bd92bd8e8a00 undo perl shebang line change i just made, since the '-w -T' options don't seem to work with /usr/bin/env --- diff --git a/src/share/keytrans b/src/share/keytrans index d9830f4..8b2e2ea 100755 --- a/src/share/keytrans +++ b/src/share/keytrans @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w -T +#!/usr/bin/perl -w -T # keytrans: this is an RSA key translation utility; it is capable of # transforming RSA keys (both public keys and secret keys) between