socsvn commit: r221609 - svnadmin/tools

brooks at FreeBSD.org brooks at FreeBSD.org
Fri May 6 18:33:37 UTC 2011


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


More information about the svn-soc-all mailing list