aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2005-11-04 17:27:44 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2005-11-04 17:27:44 +0000
commit086ed39d00cae8912691bfd0cecb61011a34f835 (patch)
tree4fc7acb8b00e0b6f5839f1ea4233818378464b96 /contrib
parentb233cb87a2b9e505038da9b29c4fb05050323e4f (diff)
downloadgcc-086ed39d00cae8912691bfd0cecb61011a34f835.zip
gcc-086ed39d00cae8912691bfd0cecb61011a34f835.tar.gz
gcc-086ed39d00cae8912691bfd0cecb61011a34f835.tar.bz2
*sigh* checked in the wrong patch
From-SVN: r106495
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gcc_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build
index 899ae3e..722645e 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.