Mosè Giordano wrote: > the attached patch makes git-version-gen compatible with dash shell, > whose shift built-in aborts when there are no more arguments.
Can you explain why that patch is needed? The 'shift' is inside a 'while test $# -gt 0' loop, so I don't see how $# could be zero there. What's the use case and behavior without the patch?
