mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Fix typo
BUG=chrome-os-partner:1583 TEST=no Change-Id: Iac591be8ce3ef1d8594a959f68f6cb7f114af2e4 Review URL: http://codereview.chromium.org/5314005
This commit is contained in:
parent
4847031faa
commit
7f5e4b2d30
@ -15,7 +15,7 @@ if [ -d "${TEST_DIR}" ]; then
|
||||
|
||||
# Ensure there is DB directory in x86-agz and x86-mario.
|
||||
if [ ! -d "${KEEPDB}" ] &&
|
||||
[ "${BOARD}" = "x86-agz" -o "{BOARD}" = "x86-mario" ]; then
|
||||
[ "${BOARD}" = "x86-agz" -o "${BOARD}" = "x86-mario" ]; then
|
||||
echo "No component DB directory found at: ${KEEPDB}"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user