From 7e6d697b79e5c4e216abb37fc80f32948946bc84 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Jun 2018 11:49:38 +1000 Subject: [PATCH] call util/check-changes in setup (cherry picked from commit c0e69cc4067cde6671601096dfccdf70fc15d7c4) --- .gitlab-ci.yml | 1 + util/check-changes | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91665f6517..c5f5fba01d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,6 +140,7 @@ precheck:debian:sid:amd64: <<: *debian_sid_amd64_image stage: precheck script: + - perl util/check-changes CHANGES - perl -w util/merge_copyrights - diff -urNap util/copyrights util/newcopyrights - rm util/newcopyrights diff --git a/util/check-changes b/util/check-changes index be506aefef..51766f97e1 100644 --- a/util/check-changes +++ b/util/check-changes @@ -19,7 +19,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