summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/duff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-25 16:19:45 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-01-02 22:45:39 +0100
commit773c0d2a81900b182aa65d8ea861b887c6926901 (patch)
treeacba7650d31acd89172deee7397b3beaf59622f5 /pkgs/tools/filesystems/duff
parent8dd9fd7b20987878ff06a122465f1a61fe1c3f71 (diff)
duff: fix syntax error causing ugly error message (no failures)
Diffstat (limited to 'pkgs/tools/filesystems/duff')
-rw-r--r--pkgs/tools/filesystems/duff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/duff/default.nix b/pkgs/tools/filesystems/duff/default.nix
index d0667da7f60e..894ca2ef28d0 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