svn commit: r358896 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Wed Mar 11 20:20:22 UTC 2020


Author: gjb
Date: Wed Mar 11 20:20:21 2020
New Revision: 358896
URL: https://svnweb.freebsd.org/changeset/base/358896

Log:
  Fix a spacing issue in printed output.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  user/gjb/thermite/zfs-cleanup.sh

Modified: user/gjb/thermite/zfs-cleanup.sh
==============================================================================
--- user/gjb/thermite/zfs-cleanup.sh	Wed Mar 11 20:05:49 2020	(r358895)
+++ user/gjb/thermite/zfs-cleanup.sh	Wed Mar 11 20:20:21 2020	(r358896)
@@ -99,7 +99,7 @@ zfs_teardown() {
 	zfs destroy ${zfs_parent}/${r}-i386-worldseed-snap
 
 	echo -n "ZFS datasets were destroyed.  The will be created"
-	echo "automatically via thermite.sh."
+	echo " automatically via thermite.sh."
 
 	return 0
 }


More information about the svn-src-user mailing list