aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-15 13:58:01 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-15 13:58:01 +0100
commit6830ade6aa91dad5afe6abf9d1e4f696f5641bf1 (patch)
tree0b7de8e0cbaa864f742901814f734549270e5ff9 /shell
parent30a8652fbf16884490cee4a624f039a9ab587269 (diff)
downloadbusybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.gz
busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.bz2
busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.zip
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 87807052c..e2dc1e2d0 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -8281,7 +8281,7 @@ static int FAST_FUNC builtin_exit(char **argv)
8281 * (if there are _stopped_ jobs, running ones don't count) 8281 * (if there are _stopped_ jobs, running ones don't count)
8282 * # exit 8282 * # exit
8283 * exit 8283 * exit
8284 # EEE (then bash exits) 8284 * EEE (then bash exits)
8285 * 8285 *
8286 * TODO: we can use G.exiting = -1 as indicator "last cmd was exit" 8286 * TODO: we can use G.exiting = -1 as indicator "last cmd was exit"
8287 */ 8287 */