Env correction

This commit is contained in:
patvdv 2015-08-09 18:10:52 +02:00
parent f43c0db41d
commit 9ce94e58d8
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env perl #!/usr/bin/env perl
#****************************************************************************** #******************************************************************************
# @(#) convert_pubkey.pl # @(#) convert_pubkey.pl
#****************************************************************************** #******************************************************************************

View File

@ -1,4 +1,4 @@
#!/bin/env ksh #!/usr/bin/env ksh
#****************************************************************************** #******************************************************************************
# @(#) manage_ssh.sh # @(#) manage_ssh.sh
#****************************************************************************** #******************************************************************************

View File

@ -1,4 +1,4 @@
#!/bin/env perl #!/usr/bin/env perl
#****************************************************************************** #******************************************************************************
# @(#) update_ssh.pl # @(#) update_ssh.pl
#****************************************************************************** #******************************************************************************