On Mon, Nov 29, 2021 at 10:47 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > + # Although we want pwd & git status to pass, test for existing > > + # rather than desired behavior. > > + if test "$works" == "success" > > Don't double "=" here. We are not writing for bash. There are a > few more instances of the same mistake in this patch. Yep, also pointed out by Eric. I've got a v5 queued up whose change is just fixing this, but I'm waiting a bit to see if other items are spotted in review before sending. Thanks for spotting.