oops printf--

SVN revision: 74381
This commit is contained in:
Carsten Haitzler 2012-07-25 10:00:25 +00:00
parent cbad53a5c8
commit 9fd2229702
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ handle_run(int fd, unsigned long bytes)
{
off = ((unsigned long *)(buf))[2 + argc + i] - sizeof(unsigned long);
envir[i] = (char *)(buf + off);
printf("SET ENV %s\n", envir[i]);
putenv(envir[i]);
}
}