duff: fix syntax error causing ugly error message (no failures)

This commit is contained in:
Tobias Geerinckx-Rice 2014-12-25 16:19:45 +01:00
parent 8dd9fd7b20
commit 773c0d2a81
1 changed files with 1 additions and 1 deletions

View File

@ -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