From bda379820d549a8585380884644c5d726b30d48d Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 10 Apr 2003 08:41:54 +0000 Subject: [PATCH] Made shebang configurable. --- grouptools/grouplist.pl | 2 +- grouptools/groupmatch.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grouptools/grouplist.pl b/grouptools/grouplist.pl index cb0e828..8e8c9f2 100755 --- a/grouptools/grouplist.pl +++ b/grouptools/grouplist.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!@@@perl@@@ -w =head1 NAME diff --git a/grouptools/groupmatch.pl b/grouptools/groupmatch.pl index 9dd0326..25bc58a 100755 --- a/grouptools/groupmatch.pl +++ b/grouptools/groupmatch.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!@@@perl@@@ -w =head1 NAME