termux-packages/packages/tintin++/src-system.c.patch

13 lines
333 B
Diff
Raw Permalink Normal View History

2019-07-07 15:02:55 +02:00
diff -uNr tt/src/system.c tt.mod/src/system.c
2021-11-12 09:44:24 +01:00
--- src/system.c 2021-08-30 19:02:18.000000000 +0100
+++ src/system.c 2021-11-12 09:28:43.000000000 +0100
@@ -75,7 +75,7 @@
2018-08-07 15:06:39 +02:00
case 0:
sprintf(temp, "exec %s", arg2);
2018-08-07 15:06:39 +02:00
argv[2] = temp;
- execv("/bin/sh", argv);
+ execv("@TERMUX_PREFIX@/bin/sh", argv);
break;
default: