Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 07:59:18 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r295689 - user/gjb/thermite
Message-ID:  <201602170759.u1H7xIGo033889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Feb 17 07:59:18 2016
New Revision: 295689
URL: https://svnweb.freebsd.org/changeset/base/295689

Log:
  Spell '!' correctly
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/gjb/thermite/thermite.sh

Modified: user/gjb/thermite/thermite.sh
==============================================================================
--- user/gjb/thermite/thermite.sh	Wed Feb 17 07:48:29 2016	(r295688)
+++ user/gjb/thermite/thermite.sh	Wed Feb 17 07:59:18 2016	(r295689)
@@ -550,7 +550,7 @@ main() {
 	runall build_chroots
 	runall install_chroots
 	runall build_release
-	if [ ! -z "${TURNITUPTOELEVEN}" ]; then
+	if [ -z "${TURNITUPTOELEVEN}" ]; then
 		runall upload_ec2_ami
 		runall upload_azure_image
 		runall upload_gce_image



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