https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232950
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|gnu |misc --- Comment #1 from Ed Maste <[email protected]> --- >From the man page, int execle(const char *path, const char *arg, ..., NULL, char *const envp[]); A simple example like execle("/bin/echo", "echo", "test", NULL, environ); works as expected (echoes test). -- You are receiving this mail because: You are the assignee for the bug.
