* gcc_update (configure): Update to handle svn 1.8.1.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 19:06:33 +0000 (19:06 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 19:06:33 +0000 (19:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202084 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index 5728d58..1b633fc 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-29  Mike Stump  <mikestump@comcast.net>
+
+       * gcc_update (configure): Update to handle svn 1.8.1.
+
 2013-08-03  Caroline Tice4  <cmtice@google.com>
 
        * gcc_update: Add libvtv files.
index 70a5ef7..bdf89c4 100755 (executable)
@@ -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/,,