https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232950

Ed Maste <ema...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ema...@freebsd.org
          Component|gnu                         |misc

--- Comment #1 from Ed Maste <ema...@freebsd.org> ---
>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.

Reply via email to