gc.sh: move rename_pack() definition to earlier location
commite19b0aac888c7342bb5d45dec00f2c63c533d6e1
authorKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 08:59:57 +0000 (30 00:59 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 08:59:57 +0000 (30 00:59 -0800)
tree00b857017046dc9534066863c3ad97e2ee46a787
parenta9e02610332c3f0cd833833a07234071ccdd9f55
gc.sh: move rename_pack() definition to earlier location

In the future the rename_pack utility function will be needed by
"mini" gc as well.

Move its definition up towards the beginning of the file to facilitate
this reuse.

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