From: Kern Sibbald Date: Thu, 11 Jun 2020 15:16:47 +0000 (+0200) Subject: Fix build script copyright detection X-Git-Tag: Release-9.6.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f823f83c8cf47ccf00921b578afeb02730c2ff0;p=thirdparty%2Fbacula.git Fix build script copyright detection --- diff --git a/bacula/release/makebacularel b/bacula/release/makebacularel index e3b1b33a6..165582d49 100755 --- a/bacula/release/makebacularel +++ b/bacula/release/makebacularel @@ -99,7 +99,7 @@ cd $base_pkg-$ver/bacula cp -fp ReleaseNotes ChangeLog src/version.h ${cwd}/ cp -fp LICENSE* ${cwd}/ grep -R -a --exclude-dir=testprogs "Copyright.*Bacula Systems" * -if [ $? = 0 ] ; then +if [ $? != 1 ] ; then echo "fatal: !!!!! Bacula Systems Copyrights detected !!!!!" exit fi