]> 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>
Fri, 2 Dec 2011 03:09:11 +0000 (14:09 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 Dec 2011 03:15:23 +0000 (14:15 +1100)
commit6dd8cff63b1bcbb84ce3148921a7cb4ace0f9969
tree6f96092f102830e804625acd188055f908e111c6
parent3d27be83d8583e6b8fc6974515b5bc280f3d4f0f
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