Merge pull request #50871 from volth/patch-287

bash: fix typo in configureFlags
This commit is contained in:
Robert Hensing
2018-11-21 09:32:00 +01:00
committed by GitHub

View File

@@ -58,7 +58,8 @@ stdenv.mkDerivation rec {
"bash_cv_sys_named_pipes=nomissing"
"bash_cv_getcwd_malloc=yes"
] ++ optionals stdenv.hostPlatform.isCygwin [
"--without-libintl-prefix --without-libiconv-prefix"
"--without-libintl-prefix"
"--without-libiconv-prefix"
"--with-installed-readline"
"bash_cv_dev_stdin=present"
"bash_cv_dev_fd=standard"