You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
439 B

diff -u -r ../lftp-4.8.0/src/Filter.cc ./src/Filter.cc
--- ../lftp-4.8.0/src/Filter.cc 2017-04-24 08:20:52.000000000 +0200
+++ ./src/Filter.cc 2017-08-20 22:06:59.423505183 +0200
@@ -209,7 +209,7 @@
}
else
{
- execl("/bin/sh","sh","-c",name.get(),NULL);
+ execl("@TERMUX_PREFIX@/bin/sh","sh","-c",name.get(),NULL);
fprintf(stderr,_("execl(/bin/sh) failed: %s\n"),strerror(errno));
}
fflush(stderr);