From: NTP Release Engineering Date: Wed, 4 Mar 2020 00:25:14 +0000 (-0800) Subject: Replace line with head -1 X-Git-Tag: NTP_4_2_8P13~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16208fcc97729db078245831ba9d95e8911a0eed;p=thirdparty%2Fntp.git Replace line with head -1 bk: 5e5ef56aC6k3epEsHb5jXI78WSF25Q --- diff --git a/scripts/build/addChangeLogTag b/scripts/build/addChangeLogTag index abbeae138..1e6489bcb 100755 --- a/scripts/build/addChangeLogTag +++ b/scripts/build/addChangeLogTag @@ -3,7 +3,7 @@ set -e clt=`./scripts/build/genChangeLogTag` -first=`line < ChangeLog` +first=`head -1 < ChangeLog` case "$first" in ---) echo "ChangeLog is -stable"