]> andersk Git - openssh.git/blobdiff - sshconnect.c
20010115
[openssh.git] / sshconnect.c
index f3244d35bd4f744fc4b3db5c3b74e78166d1b12c..59b273a9c92f48bc65a223c4b5de94ea3916e37e 100644 (file)
@@ -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
                   extra privileges above. */
-               execv(_PATH_BSHELL, argv);
-               perror(_PATH_BSHELL);
+               execv(argv[0], argv);
+               perror(argv[0]);
                exit(1);
        }
        /* Parent. */
This page took 0.071884 seconds and 4 git commands to generate.