gc.sh: correct crud pattern .tmp-?*-pack to .tmp-?*-pack*
commit8fd15702e6d3e797fcf341a69e1ed56c2f40b3dd
authorKyle J. McKay <mackyle@gmail.com>
Sun, 9 Oct 2016 00:50:59 +0000 (8 17:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 9 Oct 2016 00:50:59 +0000 (8 17:50 -0700)
tree5130e92460961763b14ea495b32fc0e711e8ace1
parentd0045301c0a67c2b038c16087223e4a4b67c2ef2
gc.sh: correct crud pattern .tmp-?*-pack to .tmp-?*-pack*

The temporary files in question actually have a ".idx" and/or ".pack"
suffix so the previous pattern was incorrect and failed to remove them
if they were present.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh