Update CHANGES file generation for Git
authorTom Yu <tlyu@mit.edu>
Mon, 14 May 2012 23:14:54 +0000 (19:14 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 14 May 2012 23:14:54 +0000 (19:14 -0400)
Use the correct git log invocation for generating the CHANGES file.

src/util/mkrel

index 0725963c69d4c2abf235b9da68d96cf4e7faa9f7..0f69effff4f8bafcc86a29ac7ba45f0f00d22fe1 100755 (executable)
@@ -137,7 +137,7 @@ if test $newstyle = t; then
 #define KRB5_RELDATE "'"$reldate"'"' patchlevel.h > patchlevel.h.new && \
                mv patchlevel.h.new patchlevel.h)
        if test $checkout = t; then
-               (cd $reldir && git log --stat $repository/$reltag > doc/CHANGES)
+               (cd $reldir && git log --stat $reltag > doc/CHANGES)
        fi
 else