mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
xfstests: set correct echo binary
(cherry picked from commit 13ed7e6631)
This commit is contained in:
committed by
Robin Gloster
parent
431893ccfb
commit
e95acf6e81
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user