Util.pm: unbreak read_HEAD_symref
commit5d02c9f55e55bf1e64fd9bda92f046aedd36561d
authorKyle J. McKay <mackyle@gmail.com>
Mon, 31 Dec 2018 19:31:10 +0000 (31 12:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 31 Dec 2018 19:31:10 +0000 (31 12:31 -0700)
tree4dde761c2901e6d78b706338250e1c04a1c9cf0d
parent0018f4c33323047f8d4165d7d742924de582f224
Util.pm: unbreak read_HEAD_symref

Ever since the read_HEAD_ref function was introduced, the
read_HEAD_symref function has been broken.

Fortunately read_HEAD_symref is now only used by the adopt
subcommand of the projtool.pl command line utility.

Correct the brokenness by properly passing all arguments on
through to read_HEAD_ref so that read_HEAD_symref works
correctly.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Util.pm