From 13ed7e6631b834b7f6628ecfa7e7ab2034528989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 7 Mar 2017 10:33:06 +0100 Subject: [PATCH] xfstests: set correct echo binary --- pkgs/tools/misc/xfstests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix index 5573f7e17ea9..d9f87a8d8940 100644 --- a/pkgs/tools/misc/xfstests/default.nix +++ b/pkgs/tools/misc/xfstests/default.nix @@ -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)