From: Clement Chauplannaz Date: Sun, 12 May 2013 19:08:52 +0000 (+0200) Subject: scripts/config: fix assignment of parameters for short version of --*-after options X-Git-Tag: v3.10-rc5~24^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a9c7609d7418ce75324df38f66cd7d937a77cb;p=pandora-kernel.git scripts/config: fix assignment of parameters for short version of --*-after options When --*-after options are used, two parameters are parsed from the command-line before the adequate function is called: - the `before' option, after which the new option will be inserted, - the name of the option to enable/disable/modularise. With the short version of --*-after options (namely -E, -D, -M), the parsing step is not performed which leads to processing unset variables. Add options -E, -D, -M to the test that triggers assignment of parameters for --*-after options. Signed-off-by: Clement Chauplannaz Acked-by: Andi Kleen Signed-off-by: Yann E. MORIN --- Reading git-diff-tree failed