aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc_build
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2005-11-04 17:27:44 +0000
committerSteven Bosscher <stevenb@suse.de>2005-11-04 17:27:44 +0000
commit4eca61ecb960788b96e9761da530d580e5a00755 (patch)
tree4fc7acb8b00e0b6f5839f1ea4233818378464b96 /contrib/gcc_build
parent25fea251e6ea77325b365adb9b687ebf37968cc0 (diff)
*sigh* checked in the wrong patch
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@106495 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-xcontrib/gcc_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build
index 899ae3ecd08..722645ed103 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.