summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-29 19:06:33 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-29 19:06:33 +0000
commit60300738322430f55865f68e41b7d6b462eda160 (patch)
treead4a692f95a8984947baab5cb33568bfa9c6dace
parent8cf691c41f48b629e9bf6d96e277852f242861e9 (diff)
downloadgcc-60300738322430f55865f68e41b7d6b462eda160.tar.gz
* gcc_update (configure): Update to handle svn 1.8.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202084 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update2
2 files changed, 5 insertions, 1 deletions
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 <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.
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/,,