git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* The closing bracket is missing.
@ 2020-04-03  2:39 number201724
  2020-04-03 20:27 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: number201724 @ 2020-04-03  2:39 UTC (permalink / raw)
  To: git

command-list.h:53:69: error: expected ‘}’ before ‘;’ token
    53 |  { "git-apply", N_("Apply a patch to files and/or to the 
index"), 0};

command-list.h  The closing bracket is missing. In the master branch.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The closing bracket is missing.
  2020-04-03  2:39 The closing bracket is missing number201724
@ 2020-04-03 20:27 ` brian m. carlson
  2020-04-03 21:25   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: brian m. carlson @ 2020-04-03 20:27 UTC (permalink / raw)
  To: number201724; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

On 2020-04-03 at 02:39:10, number201724 wrote:
> command-list.h:53:69: error: expected ‘}’ before ‘;’ token
>    53 |  { "git-apply", N_("Apply a patch to files and/or to the index"),
> 0};
> 
> command-list.h  The closing bracket is missing. In the master branch.

I don't see this behavior when compiling on my system, which is a Debian
sid/amd64 system.  Can you tell us a little more about your system and
its version, including what shell is being used for /bin/sh, how you're
building (with make or with configure), and anything else that might be
relevant?
-- 
brian m. carlson: Houston, Texas, US
OpenPGP: https://keybase.io/bk2204

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The closing bracket is missing.
  2020-04-03 20:27 ` brian m. carlson
@ 2020-04-03 21:25   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2020-04-03 21:25 UTC (permalink / raw)
  To: brian m. carlson; +Cc: number201724, git

"brian m. carlson" <sandals@crustytoothpaste.net> writes:

> On 2020-04-03 at 02:39:10, number201724 wrote:
>> command-list.h:53:69: error: expected ‘}’ before ‘;’ token
>>    53 |  { "git-apply", N_("Apply a patch to files and/or to the index"),
>> 0};
>> 
>> command-list.h  The closing bracket is missing. In the master branch.
>
> I don't see this behavior when compiling on my system, which is a Debian
> sid/amd64 system.  Can you tell us a little more about your system and
> its version, including what shell is being used for /bin/sh, how you're
> building (with make or with configure), and anything else that might be
> relevant?

Good suggestion.  As this is a generated file, we can have issues
with the different behaviour in the commands used in the toolchain
to create it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-03 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  2:39 The closing bracket is missing number201724
2020-04-03 20:27 ` brian m. carlson
2020-04-03 21:25   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).