diff options
| author | Xin LI <delphij@FreeBSD.org> | 2014-09-29 21:45:57 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2014-09-29 21:45:57 +0000 |
| commit | da9c3bbbeecad41ea804d803c625e7e0e65448ad (patch) | |
| tree | 47a54901d237a471c4e0805c2dad4f7a0600f881 /usr.bin | |
| parent | cf3c0c32d21adb95971a1cc1b5e2ca5ef4ff268f (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/at/at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 5f4500ba343b0..18367dd1372ee 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -367,6 +367,7 @@ writefile(time_t runtimer, char queue) if (export) { + (void)fputs("export ", fp); fwrite(*atenv, sizeof(char), eqp-*atenv, fp); for(ap = eqp;*ap != '\0'; ap++) { @@ -389,7 +390,6 @@ writefile(time_t runtimer, char queue) fputc(*ap, fp); } } - fputs("; export ", fp); fwrite(*atenv, sizeof(char), eqp-*atenv -1, fp); fputc('\n', fp); |
