Re: avoid FP syntax-check failure due to bootstrap

2018-07-01 Thread Jim Meyering
On Sun, Jul 1, 2018 at 6:42 AM, Paul Eggert wrote: > Jim Meyering wrote: > >> Subject: [PATCH] bootstrap: s/--option val/--option=val/ > > Thanks, that looks good to me. (I had run into the same problem but was > hoping someone else would have time to look into it) Thanks. Pushed.

Re: avoid FP syntax-check failure due to bootstrap

2018-07-01 Thread Paul Eggert
Jim Meyering wrote: Subject: [PATCH] bootstrap: s/--option val/--option=val/ Thanks, that looks good to me. (I had run into the same problem but was hoping someone else would have time to look into it)

avoid FP syntax-check failure due to bootstrap

2018-06-30 Thread Jim Meyering
I copied the latest bootstrap into gzip's top level directory to update the copy we version-control there, and ran "make syntax-check". It failed due to the false-positive match on several lines in bootstrap that look like option names with only one space between the "--option" and the following de