Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2011 18:33:35 +0000
From:      brooks@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r221609 - svnadmin/tools
Message-ID:  <20110506183335.0588B106566B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri May  6 18:33:34 2011
New Revision: 221609
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=221609

Log:
  Use the right variable to mention the user in the commit messages.
  

Modified:
  svnadmin/tools/add-user.sh

Modified: svnadmin/tools/add-user.sh
==============================================================================
--- svnadmin/tools/add-user.sh	Fri May  6 18:20:21 2011	(r221608)
+++ svnadmin/tools/add-user.sh	Fri May  6 18:33:34 2011	(r221609)
@@ -48,7 +48,7 @@
 	exit 1
 fi
 
-svn commit -m "add ${type} ${user}" ${htuser}
+svn commit -m "add ${type} ${name}" ${htuser}
 if [ $? -ne 0 ]; then
 	echo "svn commit failed"
 	exit 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110506183335.0588B106566B>