Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 23:06:36 +0000 (UTC)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r365675 - user/cperciva/freebsd-update-build
Message-ID:  <202009122306.08CN6aFr019284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gordon
Date: Sat Sep 12 23:06:36 2020
New Revision: 365675
URL: https://svnweb.freebsd.org/changeset/base/365675

Log:
  Forgot to add the wait to the end of the script.

Modified:
  user/cperciva/freebsd-update-build/build-upgrade-patches.sh

Modified: user/cperciva/freebsd-update-build/build-upgrade-patches.sh
==============================================================================
--- user/cperciva/freebsd-update-build/build-upgrade-patches.sh	Sat Sep 12 23:04:13 2020	(r365674)
+++ user/cperciva/freebsd-update-build/build-upgrade-patches.sh	Sat Sep 12 23:06:36 2020	(r365675)
@@ -71,4 +71,5 @@ zcat ${WWWDIR}/${TARGETREL}/${ARCH}/m/* |
 	done
     done
 
+wait
 rm hashtab



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