From c283352895e88ad83fddff68d214e0e2734473a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Dec 2012 08:04:51 +0100 Subject: php-pear-Console-CommandLine: add patches --- Console_CommandLine-bug19683.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Console_CommandLine-bug19683.patch (limited to 'Console_CommandLine-bug19683.patch') diff --git a/Console_CommandLine-bug19683.patch b/Console_CommandLine-bug19683.patch new file mode 100644 index 0000000..2fe01b4 --- /dev/null +++ b/Console_CommandLine-bug19683.patch @@ -0,0 +1,25 @@ +From 05eb12793b236ea631eef42d292e31a27746a6aa Mon Sep 17 00:00:00 2001 +From: Laurent Laville +Date: Wed, 26 Dec 2012 16:03:20 +0100 +Subject: [PATCH] fix PEAR bug 19683 + +--- + tests/console_commandline_webrequest_2.phpt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/console_commandline_webrequest_2.phpt b/tests/console_commandline_webrequest_2.phpt +index c9ad9da..1d6b029 100644 +--- a/tests/console_commandline_webrequest_2.phpt ++++ b/tests/console_commandline_webrequest_2.phpt +@@ -15,7 +15,7 @@ $parser->parse(); + Description of our parser goes here... + + Usage: +- some_program [options] ++ some_program [options] simple [multiple1 multiple2 ...] + + Options: + -t, --true test the StoreTrue action +-- +1.7.10 + -- cgit