diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-01-10 18:41:12 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2012-01-14 15:44:29 -0500 |
commit | c0c0cda276b796e9c9710672b3bb4a737dbb4900 (patch) | |
tree | 3719ff50ba97aaf742aeb336737fe329b5f1c1c9 /scripts | |
parent | 041b78c89b1fe68f44c45e8b6cc6c9f8ea8f0e4c (diff) |
merge_config.sh: whitespace cleanup
Fix whitespace usage in the clean_up routine.
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/merge_config.sh | 4 |
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 | ||
23 | clean_up() { | 23 | clean_up() { |
24 | rm -f $TMP_FILE | 24 | rm -f $TMP_FILE |
25 | exit | 25 | exit |
26 | } | 26 | } |
27 | trap clean_up HUP INT TERM | 27 | trap clean_up HUP INT TERM |
28 | 28 | ||