]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
email-test-patchset: fix typo for the bisectability flag
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 27 May 2014 21:51:58 +0000 (14:51 -0700)
committerJacob Keller <jacob.e.keller@intel.com>
Wed, 18 Jun 2014 21:11:52 +0000 (14:11 -0700)
The bisectability flag had a typo, and thus was never getting enabled.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
email/aiaiai-email-test-patchset

index f2a463908b43707941c571b93faa80ef05ffce6b..dba6b0c355ff2c162558e10d31803aa0c9b80a32 100755 (executable)
@@ -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"