*sigh* checked in the wrong patch
From-SVN: r106495
This commit is contained in:
parent
b233cb87a2
commit
086ed39d00
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue