]> 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>
Wed, 30 Nov 2011 04:07:53 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:13:39 +0000 (15:13 +1100)
commit6d74b9995ba3cb0aec3a61687b7cb003a6d3f45e
tree143848b9316ec1c38ae0945b59809b9596ba796c
parentcb8dc093967173a11aeaf18571d8c1a9bad172e1
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