* "type -P" isn't portable.

This commit is contained in:
Eelco Dolstra 2010-10-04 15:50:08 +00:00
parent 450837bcc8
commit 36a23e86b6
1 changed files with 1 additions and 1 deletions

View File

@ -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