Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 11:28:16 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r332667 - user/pho/stress2/misc
Message-ID:  <201804181128.w3IBSGuM004945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Wed Apr 18 11:28:16 2018
New Revision: 332667
URL: https://svnweb.freebsd.org/changeset/base/332667

Log:
  Added missing exit.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/crossmp4.sh

Modified: user/pho/stress2/misc/crossmp4.sh
==============================================================================
--- user/pho/stress2/misc/crossmp4.sh	Wed Apr 18 11:27:22 2018	(r332666)
+++ user/pho/stress2/misc/crossmp4.sh	Wed Apr 18 11:28:16 2018	(r332667)
@@ -70,7 +70,7 @@ if [ $# -eq 0 ]; then
 		umount $mntpoint > /dev/null 2>&1 || sleep 1
 	done
 	mdconfig -d -u $mdstart
-
+	exit 0
 else
 	touch /tmp/crossmp.continue
 	if [ $1 = find ]; then



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