aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.