]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update version check to reflect new changelog title format. v2.2.6
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 1 Nov 2017 14:57:53 +0000 (10:57 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 1 Nov 2017 14:57:53 +0000 (10:57 -0400)
tools/makesrcdist

index ac7ce7a6766b50765edbd016a8a9b3f6f11611b1..1c763556268161d33ebc230df547c1f03c14d122 100755 (executable)
@@ -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