X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fbuild_tools%2Fautorevision.sh;fp=synfig-studio%2Ftrunk%2Fbuild_tools%2Fautorevision.sh;h=c3c67cfd610aca0d97c1ef102d7594cd1798cee2;hb=ac121059e307bf658f4994177b591ef92bcbaed6;hp=ec7ec8d7e127ca49a1be5908ee8ca09b437c9b31;hpb=b0903893f1eb9b330be66e3eb98e799054bacca0;p=synfig.git diff --git a/synfig-studio/trunk/build_tools/autorevision.sh b/synfig-studio/trunk/build_tools/autorevision.sh index ec7ec8d..c3c67cf 100644 --- a/synfig-studio/trunk/build_tools/autorevision.sh +++ b/synfig-studio/trunk/build_tools/autorevision.sh @@ -16,7 +16,7 @@ get_git_svn_id(){ export SCM=git-svn export REVISION=`cd "$1"; git svn find-rev HEAD` - export COMPARE="$1/.git/svn" + export COMPARE="$1/.git/" if [ x = "x$REVISION" ] ; then # The extra M at the end is for Modified export REVISION=`cd "$1"; git svn find-rev \`git rev-list --max-count=1 --grep='git-svn-id: ' HEAD\``M