Skip to content

Commit 8e6e966

Browse files
authored
TRACE is /usr/bin/TRACE on macOS
1 parent 8a0a753 commit 8e6e966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ifmodified() {
111111
fi
112112
}
113113

114-
if ! type -t TRACE &> /dev/null; then
114+
if ( ! type -t TRACE || [[ $(type -t TRACE) == "file" ]] ) &> /dev/null; then
115115
TRACE() {
116116
:
117117
}

0 commit comments

Comments
 (0)