Re: [bash-5.1-rc2.] Do not leave /tmp/fchist-nnnn, please.

2020-11-04 Thread Chet Ramey
On 11/3/20 7:55 PM, Kiyoshi KANAZAWA wrote: > Hello, > Testing bash-5.1-rc2. > make & make check passed, but /tmp/fchist- is made and not removed in > make check ( seems to be precess id). Thanks for the report. The script in question removes the file in an exit trap, but the history gets

[bash-5.1-rc2.] Do not leave /tmp/fchist-nnnn, please.

2020-11-03 Thread Kiyoshi KANAZAWA
Hello, Testing bash-5.1-rc2. make & make check passed, but /tmp/fchist- is made and not removed in make check ( seems to be precess id). Environment: $ uname -a SunOS hidden 5.11 11.3 i86pc i386 i86pc $ gcc --version gcc (GCC) 10.2.0 Regards, --- Kiyoshi