OSDN Git Service

*sigh* checked in the wrong patch
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 17:27:44 +0000 (17:27 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 17:27:44 +0000 (17:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106495 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/gcc_build

index 899ae3e..722645e 100755 (executable)
@@ -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.