mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
xfstests: set correct echo binary
This commit is contained in:
parent
60ac9ece84
commit
13ed7e6631
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue