summaryrefslogtreecommitdiffstats
path: root/commands/let.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/let.c')
-rw-r--r--commands/let.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/let.c b/commands/let.c
index 644ede5e2e..68c98e3835 100644
--- a/commands/let.c
+++ b/commands/let.c
@@ -89,5 +89,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(let)
.cmd = do_let,
.usage = "evaluate arithmetic expressions",
+ BAREBOX_CMD_GROUP(CMD_GRP_SCRIPT)
BAREBOX_CMD_HELP(cmd_let_help)
BAREBOX_CMD_END