From: NTP Release Engineering Date: Wed, 4 Mar 2020 00:25:14 +0000 (-0800) Subject: Replace line with head -1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f500d99b88e04a828d3772a975c82a99a23faf84;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"