From: Jacob Keller Date: Tue, 27 May 2014 21:51:58 +0000 (-0700) Subject: email-test-patchset: fix typo for the bisectability flag X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5798efe09211e275e88ca4d3a9c5a2c466c36676;p=users%2Fdedekind%2Faiaiai.git 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 --- 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"