mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
toolchain-shar-relocate.sh: Fix typo
(From OE-Core rev: 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if ! xargs --version > /dev/null 2>&1; then
|
||||
echo "xargs is required by the relocation script, please install it firts. Abort!"
|
||||
echo "xargs is required by the relocation script, please install it first. Abort!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user