complete _PATH_BSHELL merge
This commit is contained in:
parent
d26dcf3371
commit
fcd5d60a95
|
@ -116,8 +116,8 @@ ssh_proxy_connect(const char *host, u_short port, uid_t original_real_uid,
|
||||||
|
|
||||||
/* Execute the proxy command. Note that we gave up any
|
/* Execute the proxy command. Note that we gave up any
|
||||||
extra privileges above. */
|
extra privileges above. */
|
||||||
execv(_PATH_BSHELL, argv);
|
execv(argv[0], argv);
|
||||||
perror(_PATH_BSHELL);
|
perror(argv[0]);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
/* Parent. */
|
/* Parent. */
|
||||||
|
|
Loading…
Reference in New Issue