svn commit: r295689 - user/gjb/thermite
Glen Barber
gjb at FreeBSD.org
Wed Feb 17 07:59:19 UTC 2016
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
More information about the svn-src-user
mailing list