chiark / gitweb /
dgit: curl --proto-redir settings: do not use qw() for ...,...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 17:37:33 +0000 (18:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 17:53:59 +0000 (18:53 +0100)
commit8efcda8d67ec2934f259e4ce951570fef8f37a34
treecaa44017b90ee7ccde649ae504d1f7103176943d
parentbf6d98357f21e3566bfabb8962e54b99dfb1ec01
dgit: curl --proto-redir settings: do not use qw() for ...,...

This syntax generates the following spurious warning with buster's
perl (but not with stretch's):
  Possible attempt to separate words with commas at /home/ian/things/Dgit/2dgit/dgit line 103.

It seems better to keep this warning everywhere else, and using a
different syntax is easier than disabling it around this construct.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit