# HG changeset patch # User Nikolay Shopik # Date 1426162487 -10800 # Node ID 2dee3eef53440fbae30a9ca86caae1bb92d3f2e3 # Parent cce03ea8e6eb4a5235eede4b2e936544beadbf02 Prepend DROPBEAR for scp.c diff -r cce03ea8e6eb -r 2dee3eef5344 scp.c --- a/scp.c Wed Mar 11 23:10:27 2015 +0800 +++ b/scp.c Thu Mar 12 15:14:47 2015 +0300 @@ -96,7 +96,7 @@ int showprogress = 1; /* This is the program to execute for the secured connection. ("ssh" or -S) */ -char *ssh_program = _PATH_SSH_PROGRAM; +char *ssh_program = DROPBEAR_PATH_SSH_PROGRAM; /* This is used to store the pid of ssh_program */ pid_t do_cmd_pid = -1;