bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Incomplete test for mkdtemp() in lib/sh/tmpfile.c for bash-5.1.8 on


From: Chet Ramey
Subject: Re: Incomplete test for mkdtemp() in lib/sh/tmpfile.c for bash-5.1.8 on HP-UX
Date: Tue, 17 Aug 2021 09:57:30 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 8/17/21 7:56 AM, Osipov, Michael (LDA IT PLM) wrote:
> Folks,
> 
> there is an incomplete macro testing. USE_MKDTEMP is defined in
> config-top.h. 

It's a typo in config-bot.h that was fixed back in March in the devel
branch.

*** ../bash-5.1-patched/config-bot.h    2019-12-10 14:37:43.000000000 -0500
--- config-bot.h        2021-03-22 13:43:47.000000000 -0400
***************
*** 100,104 ****

  #if !HAVE_MKDTEMP
! #  undef USE_MKDTMP
  #endif

--- 100,104 ----

  #if !HAVE_MKDTEMP
! #  undef USE_MKDTEMP
  #endif




-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]