From 773c0d2a81900b182aa65d8ea861b887c6926901 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 25 Dec 2014 16:19:45 +0100 Subject: [PATCH] duff: fix syntax error causing ugly error message (no failures) --- pkgs/tools/filesystems/duff/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/duff/default.nix b/pkgs/tools/filesystems/duff/default.nix index d0667da7f60..894ca2ef28d 100644 --- a/pkgs/tools/filesystems/duff/default.nix +++ b/pkgs/tools/filesystems/duff/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { # gettexttize rightly refuses to run non-interactively: cp ${gettext}/bin/gettextize . substituteInPlace gettextize \ - --replace "read dummy" "echo (Automatically acknowledged)" + --replace "read dummy" "echo '(Automatically acknowledged)' #" ./gettextize sed 's@po/Makefile.in\( .*\)po/Makefile.in@po/Makefile.in \1@' \ -i configure.ac