blob: bf557926d3fa85122530a291691a0d140a44f163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 1998/08/07 11:13:49 agc Exp $
--- make-ssh-known-hosts.pl.in.orig Tue Mar 17 21:37:38 1998
+++ make-ssh-known-hosts.pl.in Tue Mar 17 21:44:18 1998
@@ -1,5 +1,7 @@
-#! &PERL& -w
+:
# -*- perl -*-
+eval 'exec perl -S "$0" ${1+"$@"}'
+ if $running_under_some_shell;
######################################################################
# make-ssh-known-hosts.pl -- Make ssh-known-hosts file
# Copyright (c) 1995 Tero Kivinen
|