summaryrefslogtreecommitdiffstats
path: root/scripts/yocto-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yocto-kernel')
-rwxr-xr-xscripts/yocto-kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yocto-kernel b/scripts/yocto-kernel
index c9b2821e00..daaad07520 100755
--- a/scripts/yocto-kernel
+++ b/scripts/yocto-kernel
@@ -395,5 +395,5 @@ if __name__ == "__main__":
395 except Exception: 395 except Exception:
396 ret = 1 396 ret = 1
397 import traceback 397 import traceback
398 traceback.print_exc(5) 398 traceback.print_exc()
399 sys.exit(ret) 399 sys.exit(ret)