1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 19:36:41 +00:00
termux-packages/packages/lftp/src-Filter.cc.patch
2017-08-20 22:32:51 +02:00

13 lines
439 B
Diff

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);