Adapt path of brew caller script

This commit is contained in:
T. R. Bernstein
2025-10-18 00:32:36 +02:00
parent 604789d9a9
commit 6cdd744093

View File

@@ -153,7 +153,7 @@ function createBrewCallerScript() {
target_gid = pw->pw_gid; target_gid = pw->pw_gid;
char *new_environ[] = { char *new_environ[] = {
"PATH=" HOMEBREW_DIR "/usr/bin:/bin", "PATH=" HOMEBREW_DIR ":/usr/bin:/bin:/usr/sbin:/sbin",
"HOMEBREW_CACHE=${homebrew_cache}", "HOMEBREW_CACHE=${homebrew_cache}",
"HOMEBREW_LOGS=${homebrew_log}", "HOMEBREW_LOGS=${homebrew_log}",
format_env("HOME", "%s"), format_env("HOME", "%s"),