Terminate csh commands with a semicolon also for dirmngr.

* dirmngr/dirmngr.c (main): Terminate csh style output with a semicolon.
This commit is contained in:
Werner Koch 2012-01-03 11:14:14 +01:00
parent d01d9ff11f
commit 682df45d15
1 changed files with 1 additions and 1 deletions

View File

@ -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
{