openpkg/bash.patch

changeset 762
b63e85afed35
parent 428
f880f219c566
equal deleted inserted replaced
2:e1d4c5ee930a 3:90e5d3c1cf06
88 # for chet 88 # for chet
89 reconfig: force 89 reconfig: force
90 90
91 ----------------------------------------------------------------------------- 91 -----------------------------------------------------------------------------
92 92
93 Fix Bash getcwd(3) run-time issue seen on Solaris where size argument 93 Fix Bash getcwd(3) runtime issue seen on Solaris where size argument
94 of 0 does not malloc buffer as expected by Bash code. 94 of 0 does not malloc buffer as expected by Bash code.
95 95
96 Index: builtins/common.c 96 Index: builtins/common.c
97 --- builtins/common.c.orig 2011-01-05 23:51:26.000000000 +0100 97 --- builtins/common.c.orig 2011-01-05 23:51:26.000000000 +0100
98 +++ builtins/common.c 2011-02-21 18:56:01.000000000 +0100 98 +++ builtins/common.c 2011-02-21 18:56:01.000000000 +0100

mercurial