From: GitHub <no...@gi...> - 2015-03-11 20:55:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1becc45c108f0934423e72da5cfda63c29c76079 https://github.com/OpenSC/OpenSC/commit/1becc45c108f0934423e72da5cfda63c29c76079 Author: Lau bakman <la...@ba...> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M doc/tools/dnie-tool.1.xml Log Message: ----------- Updated dnie-tool.1.xml for consistency Experienced a problem with dnie-tool where I would receive a warning with the content of /etc/bash_completion.d/dnie-tool. The cause of the error was a missing case label which in turn was caused by the formatting of the dnie-tool.1.xml. Options were formatted like <term><option--xarg, -x</option></term> which were not handled by the sed regular expression in the makefiles. Modified the dnie-tool.1.xml file to be consistent with the other doc files and to generate the dnie-tool file correctly. Commit: b8c0df725a24ce6b89277fed596ab06fc859a9d4 https://github.com/OpenSC/OpenSC/commit/b8c0df725a24ce6b89277fed596ab06fc859a9d4 Author: Frank Morgner <mo...@in...> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M doc/tools/dnie-tool.1.xml Log Message: ----------- Merge pull request #390 from lbakman/master Fixed issue with building dnie-tool bash_completion script closes #392 Compare: https://github.com/OpenSC/OpenSC/compare/877fa862d99e...b8c0df725a24 |