diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-10 12:38:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:41 +0000 |
commit | d22ad607e9f7075baf1a06df460625ea2c1d6fc0 (patch) | |
tree | 591f521d35ab17b71907f24bd2b6905c759ce3a5 /scripts/oe-run-native | |
parent | ad4bafd16558340200b7ba56573c5705ca0a751f (diff) | |
download | poky-d22ad607e9f7075baf1a06df460625ea2c1d6fc0.tar.gz |
oe-run-native: fix typo
(From OE-Core rev: 3038c0d628f24499c1a0661f54c3c284828a42c6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-run-native')
-rwxr-xr-x | scripts/oe-run-native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-run-native b/scripts/oe-run-native index bea5d696d7..4e63e69cc4 100755 --- a/scripts/oe-run-native +++ b/scripts/oe-run-native | |||
@@ -16,7 +16,7 @@ if [ $# -lt 1 -o "$1" = '--help' -o "$1" = '-h' ] ; then | |||
16 | echo 'OpenEmbedded run-native - runs native tools' | 16 | echo 'OpenEmbedded run-native - runs native tools' |
17 | echo '' | 17 | echo '' |
18 | echo 'arguments:' | 18 | echo 'arguments:' |
19 | echo ' native-recipe The recipe which provoides tool' | 19 | echo ' native-recipe The recipe which provides tool' |
20 | echo ' tool Native tool to run' | 20 | echo ' tool Native tool to run' |
21 | echo '' | 21 | echo '' |
22 | exit 2 | 22 | exit 2 |