From 1fc401fbd9871f3f1129f80642f675f69aa790d9 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 11 Aug 2013 14:06:21 -0700 Subject: [PATCH] Allow running even if not bootstrapped. The force flag should also work if bootstrapping hasn't occured at all, or occured externally to smithy. Change-Id: I997c0817d583452dda4491bf4c342a13e575256a --- smithy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smithy b/smithy index 507ec838..dcb253f1 100755 --- a/smithy +++ b/smithy @@ -312,7 +312,7 @@ if ! needs_bootstrap; then elif ! $BOOTSTRAP; then echo "This system needs to be updated in order to run anvil!" >&2 echo "Running 'sudo $SMITHY_NAME --bootstrap' will attempt to do so." >&2 - exit 1 + puke fi ## Bootstrap smithy