Fix redirection.

svn path=/trunk/; revision=54003
This commit is contained in:
Gerald Combs 2013-12-13 00:05:32 +00:00
parent 3a35dd595c
commit a43efdb873
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ fi
# Make sure we have a destination
#
git ls-remote --heads gerrit 2> /dev/null
git ls-remote --heads gerrit &> /dev/null
if [ $? -ne 0 ] ; then exit_err "Can't find a remote named \"gerrit\"" ; fi
#