From 9824ce489a3bf43350e9d32067ffb9f1d6243a21 Mon Sep 17 00:00:00 2001
From: steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 4 Nov 2005 17:27:44 +0000
Subject: [PATCH] *sigh* checked in the wrong patch

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106495 138bc75d-0d04-0410-961f-82ee72b054a4
---
 contrib/gcc_build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/gcc_build b/contrib/gcc_build
index 899ae3ecd081..722645ed1034 100755
--- a/contrib/gcc_build
+++ b/contrib/gcc_build
@@ -287,9 +287,9 @@ fi
 
 # Validate the branch name.
 if test -n "${SVN_BRANCH}"; then
-    SVN_BRANCH="trunk";
-else
     SVN_BRANCH="branches/${SVN_BRANCH}";
+else
+    SVN_BRANCH="trunk";
 fi
 
 # Checkout the tree.
-- 
GitLab