version-spec: Use non-obsolete syntax for head/tail
This syntax is hardly documented, with the Linux manpage saying: > For backwards compatibility, `-number` is equivalent to `-n number`. http://schillix.sourceforge.net/man/man1/head.1.html While some other man pages either don't mention it or call it obsolete. For maximum compatibility, just use `-n 1`. |
---|
|
test/version-spec.sh |
---|