diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gcc_build | 4 |
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. |