Fix use of head in the patch-tool script
Running ./scripts/patch-tool unpack hgeometry
is special insofar as ls -d hgeometry*
returns not one but two results:
hgeometry-0.14
hgeometry-combinatorial-0.14
This changes the subsequent call of head
to print only the first line.