Skip to content

Commit

Permalink
xfstests: set correct echo binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 7, 2017
1 parent 60ac9ec commit 13ed7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/xfstests/default.nix
Expand Up @@ -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)
Expand Down

0 comments on commit 13ed7e6

Please sign in to comment.