URI: 
       tre-fix for .gnupg home dir - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9009fba9f51185903d3ae21a8540c73d25e3ce63
   DIR parent 22db5f7201b644fac298dc0aecfb0510ceb6ad11
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Fri, 25 Apr 2014 23:00:00 +0200
       
       re-fix for .gnupg home dir
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tomb b/tomb
       t@@ -1020,7 +1020,7 @@ forge_key() {
                return 1 }
        
            # make sure that gnupg doesn't quits with an error before first run
       -    { test -r $HOME/.gnupg/pubring.gpg } && {
       +    { test -r $HOME/.gnupg/pubring.gpg } || {
                mkdir $HOME/.gnupg
                touch $HOME/.gnupg/pubring.gpg }