diff options
Diffstat (limited to 'CVSROOT/cvs_acls.pl')
-rwxr-xr-x | CVSROOT/cvs_acls.pl | 3 |
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"}); |