Hi All,

I am trying this script in /etc/env.d/90gpg-agent:
================================
if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2 
$HOME/.gpg-agent-info` 2>/dev/null; then
    GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info`
    export GPG_AGENT_INFO
else
    eval `/usr/bin/gpg-agent --daemon`
    echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
fi
================================

But when I emerged kgpg I got this error:
================================
!!! 'ParseError: Invalid token 'test' (not '='): 
/etc/env.d/90gpg-agent: line 1 in /etc/env.d/90gpg-agent'
================================

Can you please help me correct the above script, I'm not sure 
what's wrong with it.
-- 
Regards,
Mick

Reply via email to