summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:24:54 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:24:54 +0100
commita365dd9f355ac61f88ce43ecf90d6002db362eaf (patch)
treef9a87c3bb98f7f757eebe1ae3d9f22d7c0d373e4 /openembedded
parent65c18d28c2117af32d763b87a0772027349ea4f7 (diff)
14.06: fix missing space in sudo cmp command
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/juno-lsk/INSTALL.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index acdbc2b..6394d3c 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -67,7 +67,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $sudo cmp /dev/sdX *minimal*.img.gz
+bc. $ sudo cmp /dev/sdX *minimal*.img.gz
Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.