Commit 086ed39d by Steven Bosscher

*sigh* checked in the wrong patch

From-SVN: r106495
parent b233cb87
...@@ -287,9 +287,9 @@ fi ...@@ -287,9 +287,9 @@ fi
# Validate the branch name. # Validate the branch name.
if test -n "${SVN_BRANCH}"; then if test -n "${SVN_BRANCH}"; then
SVN_BRANCH="trunk";
else
SVN_BRANCH="branches/${SVN_BRANCH}"; SVN_BRANCH="branches/${SVN_BRANCH}";
else
SVN_BRANCH="trunk";
fi fi
# Checkout the tree. # Checkout the tree.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment