The script at http://pi.dk/3/ says
if gpg --with-fingerprint $LATEST.tar.bz2.sig 2>&1 | $GREP -E '^Primary key fingerprint: BE9C... if "LANG=C" is added before that line I guess it could be solved. /hans 2014/1/4 Ole Tange <o...@tange.dk> > On Sat, Jan 4, 2014 at 2:56 AM, ChessDoter <chessdo...@gmail.com> wrote: > > > Since i am using german ubuntu, the keywords "Primary key fingerprint" > read > > "Haupt-Fingerabdruck", or in other words: > > the grep fails to succeed and thus the if, and so on... > > Ahhh... > > I believe if you do this: > > export LANG=C > > if gpg --with-fingerprint $LATEST.tar.bz2.sig 2>&1 | $GREP -E > '^Primary key fingerprint: BE9C B493 81DE 3166 A3BC 66C1 2C62 29E2 > FFFF FFF1|^Primary key fingerprint: CDA0 1A42 08C4 F745 0610 7E7B > D1AB 4516 8888 8888' ; then > > then it will work, but I would prefer, if I can test that on my > system, too, so can you give me your environment variables, that set > the language? > > > /Ole > >