svn commit: r236844 - user/dougb/portmaster

Doug Barton dougb at FreeBSD.org
Sun Jun 10 08:34:05 UTC 2012


Author: dougb
Date: Sun Jun 10 08:34:04 2012
New Revision: 236844
URL: http://svn.freebsd.org/changeset/base/236844

Log:
  Make the new count variable in parent_exit local

Modified:
  user/dougb/portmaster/portmaster

Modified: user/dougb/portmaster/portmaster
==============================================================================
--- user/dougb/portmaster/portmaster	Sun Jun 10 08:30:47 2012	(r236843)
+++ user/dougb/portmaster/portmaster	Sun Jun 10 08:34:04 2012	(r236844)
@@ -118,7 +118,7 @@ kill_bad_children () {
 }
 
 parent_exit () {
-	local need_kbc files f DISCARD show_list
+	local need_kbc files f count DISCARD show_list
 
 	[ -s "$DI_FILES" ] && { grep -q '%%%%%%%%%%%%' $DI_FILES || need_kbc=need_kbc_dif; }
 


More information about the svn-src-user mailing list