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

Unified Diff: user_tools/linux/recovery.sh

Issue 5716006: Print "model" instead of "HWID" when telling users about available images. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 10 years 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: user_tools/linux/recovery.sh
diff --git a/user_tools/linux/recovery.sh b/user_tools/linux/recovery.sh
index 9273076cd21bb961f6c270f09719a6efda38ad83..9d7a13df49bad11ab0c741ea37c1cdb04644ad4f 100755
--- a/user_tools/linux/recovery.sh
+++ b/user_tools/linux/recovery.sh
@@ -423,7 +423,7 @@ choose_image() {
elif echo "$line" | grep -q '^channel='; then
echo "$line" | sed 's/channel=/ channel: /'
elif echo "$line" | grep -q '^hwid='; then
- echo "$line" | sed 's/hwid=/ HWID: /'
+ echo "$line" | sed 's/hwid=/ model: /'
fi
done < "$config"
echo
« 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