On Tue, 24 Dec 2019 09:24:32 -0800, Paul E. McKenney wrote: > On Mon, Dec 23, 2019 at 08:55:08PM +0900, Akira Yokosawa wrote: >> >From 43bf4cc57125d756ccd14b629692c4ecdb5c36dc Mon Sep 17 00:00:00 2001 >> From: Akira Yokosawa <akiyks@xxxxxxxxx> >> Date: Mon, 23 Dec 2019 20:52:46 +0900 >> Subject: [PATCH v2] utilities/autodate: Restore compatibility with bash >> >> Also improve uses of single quotes (without escaping) and >> double quotes (with escaping) in the script. >> >> Fixes: 650f763c31e8 ("utilities/autodate: Mark released versions") >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> >> --- >> Changes in v2: >> >> o Modified title >> o Tested with both "dash" and "bash" as /bin/sh >> >> Thanks, Akira > > It does work here, queued and pushed, thank you! > > In other non-urgent news, arxiv does not like "@" in filenames (see below > for its complaints). It -looks- like it is possible to make these instead > be "=" by changing the 's/:/@/g ;' instances in utilities/gen_snippet_d.pl > to 's/:/=/g ;', and then changing the pathnames containing "@" in the > various .tex files to "=". I'm not sure if targets in Makefile can contain "=". Another approach would be to do the renames and substitutions on-the-fly in toarxiv.sh. Thoughts? Thanks, Akira > But I figured I should check with you before > breaking something. (If it was urgent, I would try it anyway, but I have > no problem waiting a few weeks before posting to Arxiv. Hence my asking > non-urgently.) > > Thanx, Paul > > ------------------------------------------------------------------------ > > We only accept file names containing the characters: a-z A-Z 0-9 _ + - . , = > Attempting to rename lockhdeq@pop_push.fcv to lockhdeq_pop_push.fcv. > We only accept file names containing the characters: a-z A-Z 0-9 _ + - . , = > Attempting to rename lockhdeq@struct_pdeq.fcv to lockhdeq_struct_pdeq.fcv. [...]