From 5798efe09211e275e88ca4d3a9c5a2c466c36676 Mon Sep 17 00:00:00 2001 From: Jacob Keller Date: Tue, 27 May 2014 14:51:58 -0700 Subject: [PATCH] email-test-patchset: fix typo for the bisectability flag The bisectability flag had a typo, and thus was never getting enabled. Signed-off-by: Jacob Keller --- 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 f2a4639..dba6b0c 100755 --- a/email/aiaiai-email-test-patchset +++ b/email/aiaiai-email-test-patchset @@ -331,7 +331,7 @@ smatch= cppcheck= coccinelle= checkpatch= -[ "$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" -- 2.49.0