On Thu, Feb 25, 2016 at 6:26 PM, Eric Sunshine <[email protected]> wrote:
> One thing I elided accidentally was that when changing the second
> argument of test_expect_success to double-quotes, you would altogether
> drop the double-quotes around "helper" in:
>
>     git -c credential.helper="helper" submodule--helper [...] &&
>
> to become:
>
>     git -c credential.helper=helper submodule--helper [...] &&


Yes I figured that :)

Thanks,
Jake
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to