about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--substitute.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/substitute.mk b/substitute.mk
index 50d63ef5c73b..f502b942d66e 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -25,6 +25,6 @@
 	 -e "s^@xmlflags\@^$(xmlflags)^g" \
 	 -e "s^@xsltproc\@^$(xsltproc)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
-	 -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -P expr))^g" \
+	 -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
 	 < $< > $@ || rm $@
 	if test -x $<; then chmod +x $@; fi