commit | 041b78c89b1fe68f44c45e8b6cc6c9f8ea8f0e4c | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhart@linux.intel.com> | Tue Jan 10 15:41:10 2012 -0800 |
committer | Michal Marek <mmarek@suse.cz> | Sat Jan 14 21:44:29 2012 +0100 |
tree | ee84767b51a0d08f6ef7c2556843252c8b50b4ca | |
parent | 4b5f72145e3ba85e38240dba844ebe1fcbb73713 [diff] |
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> Signed-off-by: Michal Marek <mmarek@suse.cz>