[PATCH 3/3] email-test-patchset: fix typo for the bisectability flag

Jacob Keller jacob.e.keller at intel.com
Tue May 27 15:17:19 PDT 2014


The bisectability flag had a typo, and thus was never getting enabled.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 email/aiaiai-email-test-patchset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/aiaiai-email-test-patchset b/email/aiaiai-email-test-patchset
index 5a1cebfc3d3b..356d73c66b69 100755
--- a/email/aiaiai-email-test-patchset
+++ b/email/aiaiai-email-test-patchset
@@ -330,7 +330,7 @@ sparse=
 smatch=
 cppcheck=
 coccinelle=
-[ "$pcfg_bisectability" != "1" ] || bisectablity="--bisectability"
+[ "$pcfg_bisectability" != "1" ] || bisectability="--bisectability"
 [ "$pcfg_sparse" != "1" ] || sparse="--sparse"
 [ "$pcfg_smatch" != "1" ] || smatch="--smatch"
 [ "$pcfg_cppcheck" != "1" ] || cppcheck="--cppcheck"
-- 
1.9.0




More information about the aiaiai mailing list