Skip to content

Commit e2d4fb0

Browse files
committed
build: Use "true" instead of /bin/true, since it's /usr/bin/true on Darwin
1 parent 2bd78c1 commit e2d4fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ endif
9595
ifdef CFG_UNIXY
9696
CFG_INFO := $(info cfg: unix-y environment)
9797

98-
CFG_PATH_MUNGE := /bin/true
98+
CFG_PATH_MUNGE := true
9999
CFG_EXE_SUFFIX :=
100100
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_LLVM_LIBDIR)
101101
CFG_RUN_TARG=\

0 commit comments

Comments
 (0)