# HG changeset patch # User Matt Johnston # Date 1434121068 -28800 # Node ID b803ad2b9f4ccf8c13a2f63be211be8bda800d8b # Parent 7cb1f49d89a89972f6684549bd6ea04f4ee94e6a# Parent 2dee3eef53440fbae30a9ca86caae1bb92d3f2e3 Merge pull request #11 from nshopik/patch-2 Prepend DROPBEAR for scp.c diff -r 7cb1f49d89a8 -r b803ad2b9f4c scp.c --- a/scp.c Fri Jun 12 22:55:10 2015 +0800 +++ b/scp.c Fri Jun 12 22:57:48 2015 +0800 @@ -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;