On Thu, 13 Jan 2022 at 20:38, Nikita Maslov <[email protected]> wrote: > > From: Nikita Maslov <[email protected]> > Date: Fri, 14 Jan 2022 00:13:39 +0300 > Subject: [PATCH] scripts: setlocalversion: remove quotes around > localversion from config > > After replacing of include/config/auto.conf sourcing with > extraction of CONFIG_LOCALVERSION, resulting version string > contains quotes around localversion part which are always > present in auto.conf (even if localversion is empty). > > This patch fixes this script so it removes quotes now. > > Signed-off-by: Nikita Maslov <[email protected]> > Cc: Philipp Tomsich <[email protected]> > Cc: Tom Rini <[email protected]> > --- > > scripts/setlocalversion | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

