diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 17:49:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 18:06:08 +0100 |
commit | b75ed251a3ad6ab87853e75373a25b8782a2cbd9 (patch) | |
tree | b7efc09342a0fb02770c4cd4092c0ce3dacac707 /meta/files/toolchain-shar-relocate.sh | |
parent | cea1d78f1f65cba5cd12620c3706496098a37829 (diff) | |
download | poky-b75ed251a3ad6ab87853e75373a25b8782a2cbd9.tar.gz |
toolchain-shar-relocate.sh: Fix typo
(From OE-Core rev: 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/toolchain-shar-relocate.sh')
-rw-r--r-- | meta/files/toolchain-shar-relocate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh index e491153fc5..e3c10018ef 100644 --- a/meta/files/toolchain-shar-relocate.sh +++ b/meta/files/toolchain-shar-relocate.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | if ! xargs --version > /dev/null 2>&1; then | 1 | if ! xargs --version > /dev/null 2>&1; then |
2 | echo "xargs is required by the relocation script, please install it firts. Abort!" | 2 | echo "xargs is required by the relocation script, please install it first. Abort!" |
3 | exit 1 | 3 | exit 1 |
4 | fi | 4 | fi |
5 | 5 | ||