X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsynfigstudio-cph-monitor;h=57ad242d4eee3eeb164d94748a325a696572bc9f;hb=e24d1cb036230917979fd3893e88ac2373e70cac;hp=52d33ad5528e6e7d5934ce545b05ca4b10b318ec;hpb=f6235817a7a2b5a66539c494454daf2af04b2a4b;p=synfig.git diff --git a/synfig-studio/trunk/synfigstudio-cph-monitor b/synfig-studio/trunk/synfigstudio-cph-monitor index 52d33ad..57ad242 100755 --- a/synfig-studio/trunk/synfigstudio-cph-monitor +++ b/synfig-studio/trunk/synfigstudio-cph-monitor @@ -108,14 +108,14 @@ mainloop() P=`which $P` fi P=`dirname $P` - echo " Assuming synfig installed in $P." VERSION=`$P/synfig --info|head -n 1|cut -d '-' -f 2` RELEASE=`$P/synfig --info|egrep "Development version:"|cut -d ' ' -f 3` - BRANCH=`$P/synfig --info|egrep "Branch:"|cut -d ' ' -f 2` + BRANCH=`$P/synfig --info|egrep "Branch:"|cut -d ' ' -f 2-3` if [[ $BRANCH == '(no branch)' ]]; then BRANCH=`$P/synfig --info|egrep "Revision ID:"|cut -d ' ' -f 3` fi echo `date +%H:%M` "Synfig $VERSION.$RELEASE.$BRANCH started." + echo `date +%H:%M` "Assuming Synfig installed in $P." else let RUNTIME=$RUNTIME+1 fi