3
0
Fork 0
forked from mirrors/nixpkgs

* Build the bash man/info pages again :-)

svn path=/nixpkgs/trunk/; revision=15790
This commit is contained in:
Eelco Dolstra 2009-05-29 13:00:56 +00:00
parent ec871e6400
commit 410403c406

View file

@ -1511,7 +1511,7 @@ let
};
bashInteractive = appendToName "interactive" (bashReal.override {
inherit readline;
inherit readline texinfo;
interactive = true;
});