From: Jameson Graef Rollins Date: Mon, 6 Apr 2009 00:59:08 +0000 (-0700) Subject: use /usr/bin/env to call perl in keytrans shebang. X-Git-Tag: monkeysphere_0.25~31^2~21 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=12f30bbed9bb66ea561298259e42a198195235fc use /usr/bin/env to call perl in keytrans shebang. --- 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