xfstests: set correct echo binary
This commit is contained in:
parent
60ac9ece84
commit
13ed7e6631
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user