aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-01-10 15:41:12 -0800
committerMichal Marek <mmarek@suse.cz>2012-01-14 21:44:29 +0100
commitc0c0cda276b796e9c9710672b3bb4a737dbb4900 (patch)
tree3719ff50ba97aaf742aeb336737fe329b5f1c1c9 /scripts
parentmerge_config.sh: use signal names compatible with dash and bash (diff)
downloadlinux-dev-c0c0cda276b796e9c9710672b3bb4a737dbb4900.tar.xz
linux-dev-c0c0cda276b796e9c9710672b3bb4a737dbb4900.zip
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.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 @@
# See the GNU General Public License for more details.
clean_up() {
- rm -f $TMP_FILE
- exit
+ rm -f $TMP_FILE
+ exit
}
trap clean_up HUP INT TERM