xfstests: set correct echo binary

This commit is contained in:
Jörg Thalheim 2017-03-07 10:33:06 +01:00
parent 60ac9ece84
commit 13ed7e6631
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation {
preConfigure = ''
# The configure scripts really don't like looking in PATH at all...
export AWK=$(type -P awk)
export ECHO=$(type -P sort)
export ECHO=$(type -P echo)
export LIBTOOL=$(type -P libtool)
export MAKE=$(type -P make)
export SED=$(type -P sed)