fix shell syntax error in template
An if clause must not be empty; add a "colon" command. Signed-off-by: Thorsten Glaser <t.glaser@tarent.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f59bebb78e
commit
6897a64b65
@ -30,6 +30,7 @@ do
|
|||||||
if [ "$local_sha" = $z40 ]
|
if [ "$local_sha" = $z40 ]
|
||||||
then
|
then
|
||||||
# Handle delete
|
# Handle delete
|
||||||
|
:
|
||||||
else
|
else
|
||||||
if [ "$remote_sha" = $z40 ]
|
if [ "$remote_sha" = $z40 ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user