clone.sh/update.sh: handle the single argument consistently
commit803543f3d8895686f978bd4028e9c48f371559be
authorKyle J. McKay <mackyle@gmail.com>
Fri, 6 Feb 2015 05:40:30 +0000 (5 21:40 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 6 Feb 2015 05:40:30 +0000 (5 21:40 -0800)
tree8ca5ade4953d893618057193e3e56df6c2aaacfa
parent547eb503fac6192cd37a58c8e316bb595de553f4
clone.sh/update.sh: handle the single argument consistently

While update.sh required the project name with no trailing .git,
clone.sh was partially tolerant of a trailing .git.

Make clone/update consistent and make them both fully tolerant of
a trailing .git on the project name argument.
jobd/update.sh
taskd/clone.sh