From 9ce94e58d871f88168cb207f05ca914db2e6ba89 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sun, 9 Aug 2015 18:10:52 +0200 Subject: [PATCH] Env correction --- convert_pubkey.pl | 4 ++-- manage_ssh.sh | 2 +- update_ssh.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/convert_pubkey.pl b/convert_pubkey.pl index 3f1285f..6675fa0 100644 --- a/convert_pubkey.pl +++ b/convert_pubkey.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl #****************************************************************************** # @(#) convert_pubkey.pl #****************************************************************************** @@ -198,4 +198,4 @@ S< >Show version of the script. =head1 HISTORY -@(#) 2014-12-20: VRF 1.0.0: first version [Patrick Van der Veken] \ No newline at end of file +@(#) 2014-12-20: VRF 1.0.0: first version [Patrick Van der Veken] diff --git a/manage_ssh.sh b/manage_ssh.sh index caa4f79..ba00af0 100644 --- a/manage_ssh.sh +++ b/manage_ssh.sh @@ -1,4 +1,4 @@ -#!/bin/env ksh +#!/usr/bin/env ksh #****************************************************************************** # @(#) manage_ssh.sh #****************************************************************************** diff --git a/update_ssh.pl b/update_ssh.pl index c6e107b..74d9e6f 100644 --- a/update_ssh.pl +++ b/update_ssh.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl #****************************************************************************** # @(#) update_ssh.pl #******************************************************************************