scripts/config: replace hard-coded script name by a dynamic value
authorClement Chauplannaz <chauplac@gmail.com>
Sun, 12 May 2013 19:08:51 +0000 (21:08 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 18 Jun 2013 21:58:59 +0000 (23:58 +0200)
commit7387778510b7deaff866277877c5550c3a14f1fb
tree6ade8b4df392f68c0099583b73ce6007fc1c5b56
parent1278ebdbc3167883f32095491990fbdc7cdf8b5e
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 <chauplac@gmail.com>
Acked-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
scripts/config