aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/contrib/gcc_update
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/contrib/gcc_update')
-rwxr-xr-xgcc-4.8/contrib/gcc_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/contrib/gcc_update b/gcc-4.8/contrib/gcc_update
index 10a5970f6..212a99fc7 100755
--- a/gcc-4.8/contrib/gcc_update
+++ b/gcc-4.8/contrib/gcc_update
@@ -382,7 +382,7 @@ case $vcs_type in
fi
revision=`$GCC_SVN info | awk '/Revision:/ { print $2 }'`
- branch=`$GCC_SVN info | sed -ne "/URL:/ {
+ branch=`$GCC_SVN info | sed -ne "/^URL:/ {
s,.*/trunk,trunk,
s,.*/branches/,,
s,.*/tags/,,