From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109987 invoked by alias); 26 Dec 2019 22:36:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 109976 invoked by uid 89); 26 Dec 2019 22:36:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.1 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=H*RU:209.85.210.67, HX-Spam-Relays-External:209.85.210.67, HX-HELO:sk:mail-ot X-HELO: mail-ot1-f67.google.com Received: from mail-ot1-f67.google.com (HELO mail-ot1-f67.google.com) (209.85.210.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Dec 2019 22:36:00 +0000 Received: by mail-ot1-f67.google.com with SMTP id 66so33945250otd.9 for ; Thu, 26 Dec 2019 14:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=v5up5vz7at5EgP6kvykKYYt2ALsOX446pVIqqhr+O0Y=; b=NTU7vMx50ls4BTxC/lLyw+CY9KYu1f2u1jq5WoPqVAAwClCwjCwxwC0JTjxHjLzWO4 4GarDNBxKfAvzd20BMTNrY8CnsZEGHZeVTC7K8mf4tRGua3+IMuJTgUCvrnxBflIwYBh uzdGV7D8Tead/Ei0iVWYdem6IP97i5YCd6u3+c36EsK645Pwy7kcrwoe73qmzRpA94ZW i/25DDFUi6i9zl34LW6VTrEd+wc8vBMKowhTWjS3sBrAkK9NxJHqmyDCnmI/yWYp/7H+ pARi7qpZmXhkac5IGQ2xBbf0OGu5jmg2WgGMTY0+MG4gWLCKFVEvzR1SiWgpfxWD86Dh U7HA== MIME-Version: 1.0 References: <20191218210608.211751-1-cbiesinger@google.com> <87y2v886g2.fsf@tromey.com> In-Reply-To: From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Thu, 26 Dec 2019 22:36:00 -0000 Message-ID: Subject: Re: [PATCH] Consistently quote variables used with "test" To: Simon Marchi Cc: Tom Tromey , Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg01025.txt.bz2 On Thu, Dec 26, 2019 at 5:16 PM Simon Marchi wrote: > > On 2019-12-26 2:05 a.m., Christian Biesinger via gdb-patches wrote: > > I just realized I only pushed this to trunk, whereas Eli reported this > > issue on the gdb 9 branch. OK to push this to the branch as well? > > > > Christian > > Yes, please go ahead. Thanks, done. To ssh://sourceware.org/git/binutils-gdb.git 2030d2b12e..c0716f3e64 HEAD -> gdb-9-branch Christian