From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Mon, 2 Nov 2020 00:08:24 +0100 Subject: [PATCH 10/10] setexpr: Add support for strings In-Reply-To: <20201101211544.3579850-11-sjg@chromium.org> References: <20201101211544.3579850-1-sjg@chromium.org> <20201101211544.3579850-11-sjg@chromium.org> Message-ID: <20201102000824.10fb538c@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de What is the purpose of + operator on strings? Can't we use setenv "${a}${b}" ?