From: justin Date: Sun, 26 Oct 2014 03:34:52 +0000 (+0000) Subject: tcsh GPG_TTY note X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d3dfc694cdb4bb607c0283712afb29ea6ce72b36 tcsh GPG_TTY note --- diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index 9b8134c4..efa2efd9 100644 --- a/docs/developer/Release/index.mdwn +++ b/docs/developer/Release/index.mdwn @@ -102,6 +102,11 @@ You may need to set GPG_TTY to get GPG to work if it tries to run pinentry-curse export GPG_TTY=$(tty) +For tcsh: + + setenv GPG_TTY $tty + + ###In master git tag -s -m "DragonFly x.x.0" vx.x.0