diff --git a/common/hush.c b/common/hush.c index d3f7bf3..792b61a 100644 --- a/common/hush.c +++ b/common/hush.c @@ -1974,7 +1974,7 @@ return ret; } -static const char *source_aliases[] = { ".", NULL}; +static const char * const source_aliases[] = { ".", NULL}; BAREBOX_CMD_HELP_START(source) BAREBOX_CMD_HELP_TEXT("Read and execute commands from FILE in the current shell environment.")