svn commit: r268180 - vendor/NetBSD/bmake

Simon J. Gerraty sjg at FreeBSD.org
Wed Jul 2 21:28:50 UTC 2014


Author: sjg
Date: Wed Jul  2 21:28:50 2014
New Revision: 268180
URL: http://svnweb.freebsd.org/changeset/base/268180

Log:
  Extract URL correctly

Modified:
  vendor/NetBSD/bmake/do-update.sh

Modified: vendor/NetBSD/bmake/do-update.sh
==============================================================================
--- vendor/NetBSD/bmake/do-update.sh	Wed Jul  2 21:28:23 2014	(r268179)
+++ vendor/NetBSD/bmake/do-update.sh	Wed Jul  2 21:28:50 2014	(r268180)
@@ -80,6 +80,6 @@ test -s $TF.rmlist && xargs $SVN rm < $T
 test -s $TF.addlist && xargs $SVN --parents add < $TF.addlist
 )
 
-url=`$SVN info | sed -n '/URL:/s,URL: ,,p'`
+url=`$SVN info | sed -n '/^URL:/s,URL: ,,p'`
 echo After committing dist...
 echo $SVN cp $url/dist $url/$MAKE_VERSION


More information about the svn-src-all mailing list