From af29de64fc9416ffedb79fc30d6ca0c3208937e6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Apr 2010 13:57:09 -0400 Subject: Shell syntax error fix. --- repo/hooks/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/hooks/update b/repo/hooks/update index b78e6d01..b3f28e02 100755 --- a/repo/hooks/update +++ b/repo/hooks/update @@ -136,7 +136,7 @@ esac # Local customizations begin here. # -if [ "$oldrev" -a "$newrev"] +if [ "$oldrev" -a "$newrev" ] then /gitroot/gpsd/hooks/ciabot.py ${refname} $(git rev-list ${oldrev}..${newrev} | tac) -- cgit v1.2.1