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:
Thorsten Glaser 2013-08-30 12:40:30 +02:00 committed by Junio C Hamano
parent f59bebb78e
commit 6897a64b65

View File

@ -30,6 +30,7 @@ do
if [ "$local_sha" = $z40 ]
then
# Handle delete
:
else
if [ "$remote_sha" = $z40 ]
then