aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/checkbashisms.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/checkbashisms.bbclass b/classes/checkbashisms.bbclass
index 3a38e34d52..1249c210dc 100644
--- a/classes/checkbashisms.bbclass
+++ b/classes/checkbashisms.bbclass
@@ -21,6 +21,8 @@ python do_checkbashisms () {
if not errors:
errors = True
bb.note(str(exc))
+ except oe.process.NotFoundError, exc:
+ bb.fatal("checkbashisms not found, please install it in your PATH")
if errors:
bb.fatal("bashisms were identified, aborting")