svn commit: r365675 - user/cperciva/freebsd-update-build

Gordon Tetlow gordon at FreeBSD.org
Sat Sep 12 23:06:37 UTC 2020


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


More information about the svn-src-user mailing list