]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - tools/makesrcdist
Update version check to reflect new changelog title format.
[thirdparty/cups.git] / 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