diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-05 17:59:08 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-05 17:59:08 -0700 |
commit | 12f30bbed9bb66ea561298259e42a198195235fc (patch) | |
tree | 6653d68a5df705f207e6eb59f57601521b1d59e5 /src/share/keytrans | |
parent | c0724b8e7aefd9ced1740a970941928f5b168b2b (diff) |
use /usr/bin/env to call perl in keytrans shebang.
Diffstat (limited to 'src/share/keytrans')
-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 8b2e2ea..d9830f4 100755 --- a/src/share/keytrans +++ b/src/share/keytrans @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -T +#!/usr/bin/env 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 |