mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
committed by
Junio C Hamano
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
|
||||||
|
|||||||
Reference in New Issue
Block a user