diff options
Diffstat (limited to 'scd')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 95f657065..064d3424c 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -828,7 +828,7 @@ main (int argc, char **argv ) if (csh_style) { *strchr (infostr, '=') = ' '; - printf ( "setenv %s\n", infostr); + printf ( "setenv %s;\n", infostr); } else { |