]> git.karo-electronics.de Git - karo-tx-linux.git/commit
merge_config.sh: use signal names compatible with dash and bash
authorDarren Hart <dvhart@linux.intel.com>
Thu, 8 Dec 2011 04:33:13 +0000 (15:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:03 +0000 (17:43 +1100)
commit71d6d474bd7b22fb6696dbf09a2c11c3a4e1316e
treeed31003b455e0942ba8e020b1018a782d596cc97
parenta6ee3a77a471e23334212ab14cd863aa760b5ec6
merge_config.sh: use signal names compatible with dash and bash

The SIGHUP SIGINT and SIGTERM names caused failures when running
merge_config.sh with the dash shell.  Dropping the "SIG" component makes
the script work in both bash and dash.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: John Stultz <john.stultz@linaro.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/kconfig/merge_config.sh