Make busybox compile for 64-bits
[termux-packages] / packages / busybox / ash.patch
CommitLineData
59f0d218
FF
1diff -u -r ../busybox-1.22.1/shell/ash.c ./shell/ash.c
2--- ../busybox-1.22.1/shell/ash.c 2014-01-20 03:38:10.000000000 +0100
3+++ ./shell/ash.c 2014-01-20 08:47:37.000000000 +0100
4@@ -13225,7 +13225,7 @@
5 const char *hp;
6
7 state = 1;
8- read_profile("/etc/profile");
9+ read_profile("@TERMUX_PREFIX@/etc/profile");
10 state1:
11 state = 2;
12 hp = lookupvar("HOME");