From 4db8bd0738d3600bfd986ae87510d614b127938e Mon Sep 17 00:00:00 2001 From: Andrew de los Reyes Date: Mon, 16 Aug 2010 16:02:03 -0700 Subject: [PATCH] Factory install: unbreak BUG=None TEST=None Review URL: http://codereview.chromium.org/3169016 --- mk_memento_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_memento_images.sh b/mk_memento_images.sh index 7bef24c430..de921bb579 100755 --- a/mk_memento_images.sh +++ b/mk_memento_images.sh @@ -16,9 +16,9 @@ if [ -z "$2" -o -z "$1" ]; then fi if [ "$CROS_GENERATE_UPDATE_PAYLOAD_CALLED" != "1" ]; then + echo "WARNING:" echo "This script should only be called from cros_generate_update_payload" echo "Please run that script with --help to see how to use it." - exit 1 fi if [ $(whoami) = "root" ]; then