about summary refs log tree commit diff
path: root/pkgs/tools/misc/xfstests
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-07 10:33:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-03-07 11:04:59 +0100
commit13ed7e6631b834b7f6628ecfa7e7ab2034528989 (patch)
tree5a007175db625f90a59f3a042bc6d537cbc23ba4 /pkgs/tools/misc/xfstests
parent60ac9ece84cd6c427ae51de8a3e09c776beadce5 (diff)
xfstests: set correct echo binary
Diffstat (limited to 'pkgs/tools/misc/xfstests')
-rw-r--r--pkgs/tools/misc/xfstests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix
index 5573f7e17ea90..d9f87a8d89406 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)