summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-11-01 10:57:53 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-11-01 10:57:53 -0400
commit58c36830230dc358da743911e96e5b93d1bd3934 (patch)
tree535fbc4c6c9f21e5823dad4024e88b03d249cbc8 /tools
parent303be29243da4c70b6ae703737a67b4961c47983 (diff)
downloadcups-58c36830230dc358da743911e96e5b93d1bd3934.tar.gz
Update version check to reflect new changelog title format.v2.2.6
Diffstat (limited to 'tools')
-rwxr-xr-xtools/makesrcdist6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/makesrcdist b/tools/makesrcdist
index ac7ce7a67..1c7635562 100755
--- a/tools/makesrcdist
+++ b/tools/makesrcdist
@@ -71,9 +71,9 @@ else
exit 1
fi
- temp=`head -4 CHANGES.md | grep "CHANGES IN" | awk '{print $4}'`
- if test "$temp" != "V$version"; then
- echo "Still need to add CHANGES IN V$version in CHANGES.txt (saw $temp)"
+ temp=`head -4 CHANGES.md | grep "Changes in" | awk '{print $4}'`
+ if test "$temp" != "v$version"; then
+ echo "Still need to add Changes in v$version in CHANGES.txt (saw $temp)"
exit 1
fi