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 = '' preConfigure = ''
# The configure scripts really don't like looking in PATH at all... # The configure scripts really don't like looking in PATH at all...
export AWK=$(type -P awk) export AWK=$(type -P awk)
export ECHO=$(type -P sort) export ECHO=$(type -P echo)
export LIBTOOL=$(type -P libtool) export LIBTOOL=$(type -P libtool)
export MAKE=$(type -P make) export MAKE=$(type -P make)
export SED=$(type -P sed) export SED=$(type -P sed)