Re: [PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty

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

 



On Mon, Nov 29, 2021 at 3:38 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote:
>
> On Mon, Nov 29, 2021 at 6:10 PM Elijah Newren via GitGitGadget
> <gitgitgadget@xxxxxxxxx> wrote:
> > Changes since v3:
> >  * fixed bashism
> >      -+         if [[ $works == "success" ]]; then
> >      ++         if test "$works" == "success"
>
> This and any other instances in the series should be using POSIX `=`,
> not Bash `==`.

Ugh, I had them removed by the end of the series but somehow missed
checking the earlier patch.  I'll fix it up; thanks for spotting.



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux