mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
don't add $PREFIX/bin/applets to $PATH
busybox doesn't use that folder anymore, and is deprecated anyway
This commit is contained in:
committed by
Leonid Pliushch
parent
20aac6aa72
commit
4066c5df42
@@ -161,7 +161,7 @@ public final class BackgroundJob {
|
||||
environment.add("PATH= " + System.getenv("PATH"));
|
||||
} else {
|
||||
environment.add("LANG=en_US.UTF-8");
|
||||
environment.add("PATH=" + TermuxService.PREFIX_PATH + "/bin:" + TermuxService.PREFIX_PATH + "/bin/applets");
|
||||
environment.add("PATH=" + TermuxService.PREFIX_PATH + "/bin");
|
||||
environment.add("PWD=" + cwd);
|
||||
environment.add("TMPDIR=" + TermuxService.PREFIX_PATH + "/tmp");
|
||||
}
|
||||
|
Reference in New Issue
Block a user