diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-05 19:38:35 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-05 19:38:35 -0700 |
commit | ae60b830b1a1354acd458a1cf593bd92bd8e8a00 (patch) | |
tree | ca6283365dafa6babff62dd2e2792853c1b5c816 /src/share | |
parent | 12f30bbed9bb66ea561298259e42a198195235fc (diff) |
undo perl shebang line change i just made, since the '-w -T' options don't seem to work with /usr/bin/env
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 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 |