summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@google.com>2011-04-19 12:56:30 -0700
committerBill Richardson <wfrichar@google.com>2011-04-19 12:56:30 -0700
commit85b5c88a9f97d0a47f60927337d532fe0766f180 (patch)
tree1bfe4697dcd1a611b82b87eb3b422c54ee867759
parent700fc49a7e38531745f1afd7d7fb714e51ec92d4 (diff)
downloadvboot-85b5c88a9f97d0a47f60927337d532fe0766f180.tar.gz
Fix stupid typo in informational message.
Change-Id: Ic8e7ddd37550d88e7f2a84331b6e49a96723efa9 R=rspangler@chromium.org BUG=chromium-os:8947 TEST=none Review URL: http://codereview.chromium.org/6883024
-rwxr-xr-xutility/dev_debug_vboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/dev_debug_vboot b/utility/dev_debug_vboot
index 69c18e3d..ceb86588 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