aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-12-13 00:05:32 +0000
committerGerald Combs <gerald@wireshark.org>2013-12-13 00:05:32 +0000
commita43efdb8735616d6c33051b854cb077e2b8e2913 (patch)
treea1fc961b1488a330113b4fcdfe64a8792e04442f
parent3a35dd595c9faa0e3e9805b126d81601e6172205 (diff)
Fix redirection.
svn path=/trunk/; revision=54003
-rwxr-xr-xtools/backport-change2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/backport-change b/tools/backport-change
index e437e8bbb2..e946213762 100755
--- a/tools/backport-change
+++ b/tools/backport-change
@@ -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
#