aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 125703216..90a081550 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -50,6 +50,7 @@
50 50
51#ifdef CONFIG_TEST 51#ifdef CONFIG_TEST
52 APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 52 APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
53 APPLET_NOUSAGE("[[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
53#endif 54#endif
54#ifdef CONFIG_ADDGROUP 55#ifdef CONFIG_ADDGROUP
55 APPLET(addgroup, addgroup_main, _BB_DIR_BIN, _BB_SUID_NEVER) 56 APPLET(addgroup, addgroup_main, _BB_DIR_BIN, _BB_SUID_NEVER)