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