aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-29 00:59:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-29 00:59:24 +0200
commitf128bdbbd7ab14146a45166d20348f7705888353 (patch)
treee831e3be3d1db5dbbb0484eb70af51b580c921ac /libbb/lineedit.c
parentbe366e5afac1d9f5b3958bd3899a389308d5d9d3 (diff)
downloadbusybox-f128bdbbd7ab14146a45166d20348f7705888353.tar.gz
shell: make standalone shell tab-complete "busybox"
function old new delta busybox_main - 624 +624 packed_usage 31758 31777 +19 applet_names 2638 2646 +8 applet_main 1528 1532 +4 applet_install_loc 191 192 +1 run_applet_and_exit 681 78 -603 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/1 up/down: 656/-603) Total: 53 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r--libbb/lineedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 2a5d4e704..e5721b063 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -776,7 +776,7 @@ static NOINLINE unsigned complete_cmd_dir_file(const char *command, int type)
}
pf_len = strlen(pfind);
-#if ENABLE_FEATURE_SH_STANDALONE && NUM_APPLETS != 1
+# if ENABLE_FEATURE_SH_STANDALONE && NUM_APPLETS != 1
if (type == FIND_EXE_ONLY && !dirbuf) {
const char *p = applet_names;
@@ -787,7 +787,7 @@ static NOINLINE unsigned complete_cmd_dir_file(const char *command, int type)
continue;
}
}
-#endif
+# endif
for (i = 0; i < npaths; i++) {
DIR *dir;