[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <000e01d4bf9d$38df5c80$aa9e1580$@nexbridge.com>
Date: Fri, 8 Feb 2019 05:58:23 -0500
From: "Randall S. Becker" <rsbecker@...bridge.com>
To: "'Johannes Schindelin'" <Johannes.Schindelin@....de>
Cc: "'Junio C Hamano'" <gitster@...ox.com>, <git@...r.kernel.org>,
"'Linux Kernel'" <linux-kernel@...r.kernel.org>,
<git-packagers@...glegroups.com>
Subject: RE: [Breakage] Git v2.21.0-rc0 - t5403 (NonStop)
On February 8, 2019 5:56, Johannes Schindelin wrote:
> To: Randall S. Becker <rsbecker@...bridge.com>
> Cc: 'Junio C Hamano' <gitster@...ox.com>; git@...r.kernel.org; 'Linux
> Kernel' <linux-kernel@...r.kernel.org>; git-packagers@...glegroups.com
> Subject: Re: [Breakage] Git v2.21.0-rc0 - t5403 (NonStop)
>
> Hi Randall,
>
> On Fri, 8 Feb 2019, Randall S. Becker wrote:
>
> > This looks like it is a "bash thing" and $GIT_DIR might have to be in
> > quotes, and is not be specific to the platform. If I replace
> >
> > echo "$@" >$GIT_DIR/post-checkout.args
> >
> > with
> >
> > echo "$@" >"$GIT_DIR/post-checkout.args"
> >
> > The test passes. I wonder I should provide this patch or whether the
> > author would like to do so.
>
> It is the correct fix, you came up with it, why not simply provide a patch
> yourself?
Will do (later today)
Powered by blists - more mailing lists