Project

General

Profile

« Previous | Next » 

Revision 4618

input.Makefile: Maps validation: $(newTerms): Fixed bug where tail with positive offset needs -n flag

View differences:

input.Makefile
319 319
##### Maps validation
320 320

  
321 321
define newTerms
322
$(bin)/filter_out_ci <$< $(1) $(word 2,$+)|$(bin)/cols $(1)$(2)|tail +2 >$@
322
$(bin)/filter_out_ci <$< $(1) $(word 2,$+)|$(bin)/cols $(1)$(2)|tail -n +2 >$@
323 323
$(bin)/autoremove $@
324 324
endef
325 325

  

Also available in: Unified diff