X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fbuild_tools%2Fautorevision.sh;h=e6516b18bd31b50c4d506878edb66ef45eecf6c6;hb=d907815c1287e74a55891b220adcfaef8d0ed03d;hp=27b2352b7deea10d04f74af48e75f897efcbb7a2;hpb=66e784568be71ba8f42919341417bfa06a690458;p=synfig.git diff --git a/synfig-studio/trunk/build_tools/autorevision.sh b/synfig-studio/trunk/build_tools/autorevision.sh index 27b2352..e6516b1 100644 --- a/synfig-studio/trunk/build_tools/autorevision.sh +++ b/synfig-studio/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