lib-proto-disable: variable name fix
authorBrandon Williams <bmwill@google.com>
Wed, 14 Dec 2016 22:39:50 +0000 (14:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 23:18:51 +0000 (15:18 -0800)
commit85e42053658cf6710b84974be0ef0acf459a80d9
tree69b3213d2bad47cf3472b795a4bea15561cc7d8a
parent3680f16f9d6832dc78c6b80f1e8a546385d946f9
lib-proto-disable: variable name fix

The test_proto function assigns the positional parameters to named
variables, but then still refers to "$desc" as "$1". Using $desc is
more readable and less error-prone.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-proto-disable.sh