From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05AA5385783F; Tue, 12 Sep 2023 11:45:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05AA5385783F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694519115; bh=RXhyQzMe16bv/C/btw+J8NuNfUbGlulsnLvRZYwQtiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SEuJeLHEiDAhG8d7pHEVr4OJcGSKX7X0dOiguI5QeAzcsspJXHi1biPK5PJ/eUdDo IrWtJaat43ih5+n3u6nrHkJV2OlvdT5VRWk0mzqqgOIWvWJc2km9rj6f/+2ws1+dhR 6BomL8XY1nsbAZ3GZMoC+zsxMWZddgKAXWeh6Sg4= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/111360] contrib/gcc_update: bad test Date: Tue, 12 Sep 2023 11:45:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111360 --- Comment #3 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:df63338236b91ba79d5f89fce9b16e0c34b2bada commit r14-3879-gdf63338236b91ba79d5f89fce9b16e0c34b2bada Author: Jonathan Wakely Date: Tue Sep 12 12:02:13 2023 +0100 contrib: Quote variable in test expression [PR111360] Without the quotes some shells will always return true and some will print an error. It should be quoted so that a null variable works as intended. contrib/ChangeLog: PR other/111360 * gcc_update: Quote variable.=