maint: avoid perl warning in sc_check-AUTHORS
commiteb8b45f443380b496d82f1976a7203d6c7828db5
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 21 Nov 2013 11:11:01 +0000 (21 12:11 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 21 Nov 2013 11:11:01 +0000 (21 12:11 +0100)
tree30c74d54f43520c51b871d67cd3fcb76376599eb
parent2da7009d70693d830393021f2751729d06ce5551
maint: avoid perl warning in sc_check-AUTHORS

With newer perl, "make syntax-check" issues many warnings like:
  -i used with no filenames on the command line, reading from STDIN.

* cfg.mk (sc_check-AUTHORS): Remove the -i flag in the perl
invocation as it is reading from a pipe.
cfg.mk