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

Unified Diff: utility/dev_debug_vboot

Issue 6883024: Fix stupid typo in informational message. (Closed) Base URL: ssh://gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 8 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: utility/dev_debug_vboot
diff --git a/utility/dev_debug_vboot b/utility/dev_debug_vboot
index 69c18e3dd585252c373d39f5fe4cf832a0a794ab..ceb865888edf2168795bf3066ee7ec860f69c429 100755
--- a/utility/dev_debug_vboot
+++ b/utility/dev_debug_vboot
@@ -109,7 +109,7 @@ fi
cd ${TMPDIR} || exit 1
echo "$0 $*" > "$LOGFILE"
log date
-echo "Saving verbose log as $(pwd)/$LOGFILE"
+echo "Saving verbose log as $LOGFILE"
BIOS=bios.rom
« 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