From: Alan T. DeKok Date: Wed, 15 May 2019 15:52:07 +0000 (-0400) Subject: don't let git get excited over things X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d08a250fef91c92139383fa3635a69fb8f296f5;p=thirdparty%2Ffreeradius-server.git don't let git get excited over things --- diff --git a/scripts/asciidoc/conf2adoc b/scripts/asciidoc/conf2adoc index b5a9f6463db..b66093c3949 100755 --- a/scripts/asciidoc/conf2adoc +++ b/scripts/asciidoc/conf2adoc @@ -56,7 +56,10 @@ sub process_file { next; } - if (/\$Id: /) { + # + # Need the [:] to avoid git getting excited + # + if (/\$Id[:] /) { next; }