summaryrefslogtreecommitdiffstats
path: root/commands/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/export.c')
-rw-r--r--commands/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/export.c b/commands/export.c
index b5eb5cf483..9ab75e454c 100644
--- a/commands/export.c
+++ b/commands/export.c
@@ -53,7 +53,7 @@ static int do_export ( cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_export_help[] =
+static const __maybe_unused char cmd_export_help[] =
"Usage: export <var>[=value]...\n"
"export an environment variable to subsequently executed scripts\n";