diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/utils/misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/utils/misc.py b/scripts/lib/wic/utils/misc.py index 6769e3936d..216ab7b6ce 100644 --- a/scripts/lib/wic/utils/misc.py +++ b/scripts/lib/wic/utils/misc.py | |||
@@ -121,6 +121,7 @@ def exec_native_cmd(cmd_and_args, native_sysroot, catch=3, pseudo=""): | |||
121 | ret, out = _exec_cmd(native_cmd_and_args, True, catch) | 121 | ret, out = _exec_cmd(native_cmd_and_args, True, catch) |
122 | else: | 122 | else: |
123 | ret = 127 | 123 | ret = 127 |
124 | out = "can't find native executable %s in %s" % (args[0], native_paths) | ||
124 | 125 | ||
125 | prog = args[0] | 126 | prog = args[0] |
126 | # shell command-not-found | 127 | # shell command-not-found |