log: use user path
Without this, one can't use a custom pager, if it's present in non-standard PATH, like for example Homebrew on Linux prefix.
This commit is contained in:
parent
2834a75f19
commit
f11ddb9aab
@ -29,6 +29,10 @@ module Homebrew
|
|||||||
def log
|
def log
|
||||||
log_args.parse
|
log_args.parse
|
||||||
|
|
||||||
|
# As this command is simplifying user run commands then let's just use a
|
||||||
|
# user path, too.
|
||||||
|
ENV["PATH"] = ENV["HOMEBREW_PATH"]
|
||||||
|
|
||||||
if ARGV.named.empty?
|
if ARGV.named.empty?
|
||||||
git_log HOMEBREW_REPOSITORY
|
git_log HOMEBREW_REPOSITORY
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user