svn commit: r264892 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Thu Apr 24 21:18:02 UTC 2014


Author: imp
Date: Thu Apr 24 21:18:01 2014
New Revision: 264892
URL: http://svnweb.freebsd.org/changeset/base/264892

Log:
  Turns out that bash whines line a spoiled three year old when it
  encounters empty function. Put the 'true' passifier back. This
  effectively backs out r264857.
  
  Submitted by: Garrett Cooper

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Thu Apr 24 21:17:53 2014	(r264891)
+++ head/tools/tools/nanobsd/nanobsd.sh	Thu Apr 24 21:18:01 2014	(r264892)
@@ -637,6 +637,7 @@ last_orders () (
 	# after the build completed, for instance to copy the finished
 	# image to a more convenient place:
 	# cp ${NANO_DISKIMGDIR}/_.disk.image /home/ftp/pub/nanobsd.disk
+	true
 )
 
 #######################################################################


More information about the svn-src-head mailing list