File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ __hookbook_call_each() {
73
73
# we gain nothing from running it in these cases because we already attach
74
74
# to PROMPT_COMMAND.
75
75
[[ " $( uname -s) " == " Darwin" ]] && {
76
- __dev_null_major=" $( stat -f " %Hr" " /dev/null" ) "
77
- __stat_stderr=' stat -f "%Hr" /dev/fd/2'
76
+ __dev_null_major=" $( /usr/bin/ stat -f " %Hr" " /dev/null" ) "
77
+ __stat_stderr=' /usr/bin/ stat -f "%Hr" /dev/fd/2'
78
78
} || {
79
- __dev_null_major=" $( stat -c " %t" /dev/null) "
80
- __stat_stderr=' stat -c "%t" "$(readlink -f "/dev/fd/2")"'
79
+ __dev_null_major=" $( /usr/bin/ stat -c " %t" /dev/null) "
80
+ __stat_stderr=' /usr/bin/ stat -c "%t" "$(readlink -f "/dev/fd/2")"'
81
81
}
82
82
\e val " __hookbook_debug_handler() {
83
83
[[ \"\$ {BASH_COMMAND}\" == \"\$ {PROMPT_COMMAND}\" ]] && \\ return
You can’t perform that action at this time.
0 commit comments