aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/merge_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh
index 890276bd1e67..b91015df96aa 100644
--- a/scripts/kconfig/merge_config.sh
+++ b/scripts/kconfig/merge_config.sh
@@ -24,7 +24,7 @@ clean_up() {
24 rm -f $TMP_FILE 24 rm -f $TMP_FILE
25 exit 25 exit
26} 26}
27trap clean_up SIGHUP SIGINT SIGTERM 27trap clean_up HUP INT TERM
28 28
29usage() { 29usage() {
30 echo "Usage: $0 [OPTIONS] [CONFIG [...]]" 30 echo "Usage: $0 [OPTIONS] [CONFIG [...]]"