On Wed, Mar 18, 2026 at 05:46:18PM -0700, Allison Henderson wrote: > This patch adds a new -c flag to config.sh that enables callers > to specify the file path of the config they would like to update. > If no config is specified, the default will be the .config of the > current directory. > > Signed-off-by: Allison Henderson <[email protected]>
Hi Allison, Shell checks complains about unquoted variables (SC2086) in this patch. As the script was previously shellcheck clean it would be nice to keep it that way. ...
