]> 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>
Wed, 14 Dec 2011 05:47:56 +0000 (16:47 +1100)
commitce2d5e6799a39fc780d5d91827eab4de072e1dcd
tree8a12e84ef94f6f5cfc3a09c863c32132e4c4c3b8
parentc8ee3222b4d077e9d4740ea1b09912b45a7534dd
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