syncthing: Update from 0.14.45 to 0.14.47
[termux-packages] / packages / lftp / src-Filter.cc.patch
1 diff -u -r ../lftp-4.8.0/src/Filter.cc ./src/Filter.cc
2 --- ../lftp-4.8.0/src/Filter.cc 2017-04-24 08:20:52.000000000 +0200
3 +++ ./src/Filter.cc 2017-08-20 22:06:59.423505183 +0200
4 @@ -209,7 +209,7 @@
5 }
6 else
7 {
8 - execl("/bin/sh","sh","-c",name.get(),NULL);
9 + execl("@TERMUX_PREFIX@/bin/sh","sh","-c",name.get(),NULL);
10 fprintf(stderr,_("execl(/bin/sh) failed: %s\n"),strerror(errno));
11 }
12 fflush(stderr);