Missing patch file added
Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
parent
436109044c
commit
08a3cd6996
18
patmatch.patch
Normal file
18
patmatch.patch
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user