Missing patch file added

Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
Roman Rakus 2011-02-16 12:31:06 +01:00
parent 436109044c
commit 08a3cd6996

18
patmatch.patch Normal file
View File

@ -0,0 +1,18 @@
*** ../bash-4.2/lib/glob/gmisc.c 2011-02-05 16:11:17.000000000 -0500
--- lib/glob/gmisc.c 2011-02-15 20:50:43.000000000 -0500
***************
*** 126,129 ****
--- 126,130 ----
{
matlen += wpat - wbrack - 1; /* incremented below */
+ wpat--; /* back up to NUL */
break;
}
***************
*** 262,265 ****
--- 263,267 ----
{
matlen += pat - brack - 1; /* incremented below */
+ pat--; /* back up to NUL */
break;
}