From: Clement Chauplannaz Date: Sun, 12 May 2013 19:08:51 +0000 (+0200) Subject: scripts/config: replace hard-coded script name by a dynamic value X-Git-Tag: v3.11-rc1~41^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7387778510b7deaff866277877c5550c3a14f1fb;p=pandora-kernel.git scripts/config: replace hard-coded script name by a dynamic value The script `config' prints its name in usage() function. It is currently hard-coded to value `config'. However, the script may be reused under a different name in contexts other than the Linux Kernel. Replace the hard-coded value `config' by the name of the script at runtime. Signed-off-by: Clement Chauplannaz Acked-by: Andi Kleen Signed-off-by: Yann E. MORIN --- Reading git-diff-tree failed