Merge branch 'ondrej/v9_18-is-not-a-main-branch' into 'v9_18'

Disable main branch checking for v9_18 branch

Closes #3120 and #1918

See merge request isc-projects/bind9!5864
This commit is contained in:
Ondřej Surý 2022-02-17 21:29:36 +00:00
commit c625e791af

View file

@ -16,7 +16,7 @@ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
# this emulates #! processing on NIH machines.
# (remove #! line above if indigestible)
$master = 1;
$master = 0;
eval '$'.$1.'$2;' while $ARGV[0] =~ /^([A-Za-z_0-9]+=)(.*)/ && shift;
# process any FOO=bar switches