*sigh* checked in the wrong patch

From-SVN: r106495
This commit is contained in:
Steven Bosscher 2005-11-04 17:27:44 +00:00
parent b233cb87a2
commit 086ed39d00

View File

@ -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.