mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
29 lines
891 B
Plaintext
29 lines
891 B
Plaintext
*** adcomplain.pl.old Tue Mar 3 03:20:37 1998
|
|
--- adcomplain.pl Tue Mar 3 03:23:52 1998
|
|
***************
|
|
*** 1,3 ****
|
|
--- 1,4 ----
|
|
+ #!/usr/bin/perl
|
|
#! /bin/sh -- # -*- perl -*-
|
|
# first line invokes sh. Some systems may need to refer to perl directly, i.e.:
|
|
|
|
***************
|
|
*** 7,14 ****
|
|
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|
|
# the need to edit this file.
|
|
|
|
! eval 'exec perl $0 ${1+"$@"}'
|
|
! if 0; # tee hee! This is on a separate line, so /bin/sh never sees it.
|
|
|
|
#-----------------------------------------------
|
|
# DESCRIPTION
|
|
--- 8,15 ----
|
|
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|
|
# the need to edit this file.
|
|
|
|
! #eval 'exec perl $0 ${1+"$@"}'
|
|
! #if 0; # tee hee! This is on a separate line, so /bin/sh never sees it.
|
|
|
|
#-----------------------------------------------
|
|
# DESCRIPTION
|