summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-16 13:57:09 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-16 13:57:09 -0400
commitaf29de64fc9416ffedb79fc30d6ca0c3208937e6 (patch)
treed42d3493fed00b66d21e6362a8a0c6b3b2a77e6f /repo
parentf0f222033d31675978446004c23af139622dda0f (diff)
downloadgpsd-af29de64fc9416ffedb79fc30d6ca0c3208937e6.tar.gz
Shell syntax error fix.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/update2
1 files changed, 1 insertions, 1 deletions
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)