Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: mk_memento_images.sh

Issue 3169016: Factory install: unbreak (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mk_memento_images.sh
diff --git a/mk_memento_images.sh b/mk_memento_images.sh
index 7bef24c430117a74b0c340764c492ed3b4d64cc7..de921bb5798d38c415d303c209b96463fe4101aa 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698