mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-02 09:00:20 +00:00
kakoune: remove /bin/applets from PATH
This commit is contained in:
@@ -9,7 +9,7 @@ index b92edb4c..df025943 100644
|
||||
- auto size = confstr(_CS_PATH, nullptr, 0);
|
||||
- String path; path.resize(size-1, 0);
|
||||
- confstr(_CS_PATH, path.data(), size);
|
||||
+ String path = "@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets:.";
|
||||
+ String path = "@TERMUX_PREFIX@/bin:.";
|
||||
for (auto dir : StringView{path} | split<StringView>(':'))
|
||||
{
|
||||
String candidate = format("{}/sh", dir);
|
||||
|
||||
Reference in New Issue
Block a user