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

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


Author: imp
Date: Thu Apr 24 02:02:11 2014
New Revision: 264857
URL: http://svnweb.freebsd.org/changeset/base/264857

Log:
  No need for true here, remove it.
  
  Sponsored by: Netflix

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

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Thu Apr 24 02:02:06 2014	(r264856)
+++ head/tools/tools/nanobsd/nanobsd.sh	Thu Apr 24 02:02:11 2014	(r264857)
@@ -616,7 +616,6 @@ 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