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
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