From: Steven Bosscher Date: Fri, 4 Nov 2005 17:27:44 +0000 (+0000) Subject: *sigh* checked in the wrong patch X-Git-Tag: releases/gcc-4.1.0~1056 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=086ed39d00cae8912691bfd0cecb61011a34f835;p=thirdparty%2Fgcc.git *sigh* checked in the wrong patch From-SVN: r106495 --- 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.