X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fbuild_tools%2Fautorevision.sh;h=f898b10b95cbd0aa4b9d7032052b9044909b2229;hb=0a146b70060f29b894a369af20396d7f4246d107;hp=e2d247f323a7318d2c7c97f2993335af339085cf;hpb=66e784568be71ba8f42919341417bfa06a690458;p=synfig.git diff --git a/synfig-core/trunk/build_tools/autorevision.sh b/synfig-core/trunk/build_tools/autorevision.sh index e2d247f..f898b10 100644 --- a/synfig-core/trunk/build_tools/autorevision.sh +++ b/synfig-core/trunk/build_tools/autorevision.sh @@ -24,7 +24,7 @@ get_git_id(){ BRANCH=`echo $BRANCH | cut -d ' ' -f 1` BRANCH=${BRANCH#*/} fi - export REVISION=`git-show --pretty=format:%ci HEAD | head -c 10` + export REVISION=`git show --pretty=format:%ci HEAD | head -c 10` REVISION=${REVISION:0:4}${REVISION:5:2}${REVISION:8:2} export COMPARE="$1/.git/" # The extra * at the end is for Modified