read builtin disregards IFS when interrupted by trapped signal

2016-07-20 Thread Andriy Martynets
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACK

Re: read builtin disregards IFS when interrupted by trapped signal

2016-07-20 Thread Chet Ramey
On 7/20/16 9:01 AM, Andriy Martynets wrote: > Bash Version: 4.3 > Patch Level: 42 > Release Status: release > > Description: > The read builtin disregards (or sporadically uses unpredictable value of) > the IFS variable when is interrupted by a trapped signal. > > Repeat-By: > - install a trap f