aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/merge_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh
index b91015df96aa..07bb8863577b 100644
--- a/scripts/kconfig/merge_config.sh
+++ b/scripts/kconfig/merge_config.sh
@@ -21,8 +21,8 @@
21# See the GNU General Public License for more details. 21# See the GNU General Public License for more details.
22 22
23clean_up() { 23clean_up() {
24 rm -f $TMP_FILE 24 rm -f $TMP_FILE
25 exit 25 exit
26} 26}
27trap clean_up HUP INT TERM 27trap clean_up HUP INT TERM
28 28