summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/files/toolchain-shar-relocate.sh2
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 @@
1if ! xargs --version > /dev/null 2>&1; then 1if ! 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
4fi 4fi
5 5