[texworks] minor problem of getSvnRev.sh

Stefan Löffler st.loeffler at gmail.com
Mon Aug 22 19:40:53 CEST 2011


Hi,

On 2011-08-22 03:01, Atsuhito Kohda wrote:
> In my Debian system with LANG=ja_JP.UTF-8, getSvnRev.sh
> doesn't work correctly.
> In fact there is a line
> REV=`svn info | fgrep Revision: | cut -d ' ' -f 2`
> but under LANG=ja_JP.UTF-8 it doesn't work as follows.
> $ svn info | fgrep Revision: | cut -d ' ' -f 2
> $

Thanks for pointing this out. Should be fixed in r931 (which forces
LANG=C for that line).
Note, though, that getSvnRev.sh normally doesn't need to be called. It
is a helper script to update src/SvnRev.h, TeXworks.plist, and
Info.plist, and should only be called prior to a commit.

HTH
Stefan


More information about the texworks mailing list