summaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-01-03 11:14:14 +0100
committerWerner Koch <wk@gnupg.org>2012-01-03 11:14:14 +0100
commit682df45d15661ed3544e2ed34bcb636200cc40f9 (patch)
treefb37566f582a9bc4867184506767a49eaa545999 /dirmngr
parentTerminate csh commands with a semicolon. (diff)
downloadgnupg2-682df45d15661ed3544e2ed34bcb636200cc40f9.tar.xz
gnupg2-682df45d15661ed3544e2ed34bcb636200cc40f9.zip
Terminate csh commands with a semicolon also for dirmngr.
* dirmngr/dirmngr.c (main): Terminate csh style output with a semicolon.
Diffstat (limited to 'dirmngr')
-rw-r--r--dirmngr/dirmngr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index 7d478b373..a72acd01c 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -1066,7 +1066,7 @@ main (int argc, char **argv)
if (csh_style)
{
*strchr (infostr, '=') = ' ';
- es_printf ( "setenv %s\n", infostr);
+ es_printf ( "setenv %s;\n", infostr);
}
else
{