bash-completion: fix bad array subscript error. Closes #6117

This commit is contained in:
Ivan Sorokin
2015-02-12 22:18:17 +03:00
parent 41cca7d2d6
commit 20ab4027da
2 changed files with 24 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0kxf8s5bw7y50x0ksb77d3kv0dwadixhybl818w27y6mlw26hq1b";
};
patches = [ ./bash-4.3.patch ];
doCheck = true;
meta = {