]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Replace line with head -1
authorNTP Release Engineering <stenn@ntp.org>
Wed, 4 Mar 2020 00:25:14 +0000 (16:25 -0800)
committerNTP Release Engineering <stenn@ntp.org>
Wed, 4 Mar 2020 00:25:14 +0000 (16:25 -0800)
bk: 5e5ef56aC6k3epEsHb5jXI78WSF25Q

scripts/build/addChangeLogTag

index abbeae13893f2c0b4de118c23e0f29c13c566228..1e6489bcb035bc3f196541165210fa886c7bcfe5 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 clt=`./scripts/build/genChangeLogTag`
-first=`line < ChangeLog`
+first=`head -1 < ChangeLog`
 
 case "$first" in
  ---)  echo "ChangeLog is -stable"