From: Mike Stump Date: Thu, 29 Aug 2013 19:06:33 +0000 (+0000) Subject: * gcc_update (configure): Update to handle svn 1.8.1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e39ee0c0b95557ac2765acdd6ca7de98dba856b;p=gcc.git * gcc_update (configure): Update to handle svn 1.8.1. From-SVN: r202084 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5728d582101..1b633fcc589 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2013-08-29 Mike Stump + + * gcc_update (configure): Update to handle svn 1.8.1. + 2013-08-03 Caroline Tice4 * gcc_update: Add libvtv files. diff --git a/contrib/gcc_update b/contrib/gcc_update index 70a5ef7d0e5..bdf89c4d128 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -385,7 +385,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/,,