aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cvs_acls.pl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-19 21:18:47 +0800
committerpeter <peter@FreeBSD.org>1999-09-19 21:18:47 +0800
commit02f520403ea088609f1e5c769c79cc3fd4c3481d (patch)
tree70d79157910cb7bd63ad99cd73dee2a4ef99ac98 /CVSROOT/cvs_acls.pl
parent7b83727b62c63b3726622f3b2a13ce63d1732541 (diff)
downloadfreebsd-ports-gnome-02f520403ea088609f1e5c769c79cc3fd4c3481d.tar.gz
freebsd-ports-gnome-02f520403ea088609f1e5c769c79cc3fd4c3481d.tar.zst
freebsd-ports-gnome-02f520403ea088609f1e5c769c79cc3fd4c3481d.zip
Sync with internat.freebsd.org crypto repo.
Submitted by: markm
Diffstat (limited to 'CVSROOT/cvs_acls.pl')
-rwxr-xr-xCVSROOT/cvs_acls.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/cvs_acls.pl b/CVSROOT/cvs_acls.pl
index 4fdb8bfbef5b..9f905c738d2f 100755
--- a/CVSROOT/cvs_acls.pl
+++ b/CVSROOT/cvs_acls.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -w
#
# $FreeBSD$
#
@@ -76,6 +76,7 @@
#
$debug = 0;
+$die = '';
$cvsroot = $ENV{'CVSROOT'};
$availfile = $cvsroot . "/CVSROOT/avail";
$myname = $ENV{"USER"} if !($myname = $ENV{"LOGNAME"});