gc.sh: do not try to remove a non-existent $bang_log on EXIT
commit547eb503fac6192cd37a58c8e316bb595de553f4
authorKyle J. McKay <mackyle@gmail.com>
Wed, 4 Feb 2015 10:26:17 +0000 (4 02:26 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 4 Feb 2015 10:26:17 +0000 (4 02:26 -0800)
tree407bcede9f182fa6db016e361d8afccd2fc58669
parent3e9a3e05ba2c8a86fb3346e15326e485cf864643
gc.sh: do not try to remove a non-existent $bang_log on EXIT

gc.sh does not use the bang utilities so there will never be a
$bang_log to remove.  Purge that rm call.
jobd/gc.sh