Path: csiph.com!fu-berlin.de!usenet.stanford.edu!not-for-mail From: worley@alum.mit.edu (Dale R. Worley) Newsgroups: gnu.bash.bug Subject: Re: Bug Report concerning backslash in bash5 Date: Wed, 05 Aug 2020 21:57:09 -0400 Lines: 10 Approved: bug-bash@gnu.org Message-ID: References: <25979.1596011941@jinx.noi.kre.to> <87eeokv8ne.fsf@hobgoblin.ariadne.com> NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1596679043 6034 209.51.188.17 (6 Aug 2020 01:57:23 GMT) X-Complaints-To: action@cs.stanford.edu Cc: eschwartz@archlinux.org, bug-bash@gnu.org To: Robert Elz Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1596679034; bh=M3WUjqAKO9toALNlzfEtNOALwWstANZKfhErF/1ffuI=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-ID; b=doooC0HkCLe7YKaAFLLUFd1wLVqLpq396hIRuEtidU2RbLNq9mKIm+i3TpNOGpV1S XYkpLcRQZ1Y3fR2PjOCX9jVrIjvV9VNOgZH0D7OhT288C6f3/hNBLvrREgfrS0H4ev IBCojqfKHF9xMQMTGtokvZ45/3JohAT9unThJc9HFC/0ovIizsv9T7XyeUn889TtfH T2qqh1MjOMUu2TRfz5rAS+at2+0oDpJV70bQTurpcIxemkfw2UXXLeYX5kR3ZY3R02 ZMeHWlWNnqPAF81ZWn0knSj68g0VajnTBuLLf68JCy+VEKc+9p2BHSS5BbzPqE0Sh5 tnBF3nkGK+bfA== X-Xfinity-VMeta: sc=0.00;st=legit X-Authentication-Warning: hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f In-Reply-To: <25979.1596011941@jinx.noi.kre.to> Received-SPF: softfail client-ip=2001:558:fe21:29:69:252:207:38; envelope-from=worley@alum.mit.edu; helo=resqmta-ch2-06v.sys.comcast.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/05 21:57:14 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <87eeokv8ne.fsf@hobgoblin.ariadne.com> Xref: csiph.com gnu.bash.bug:16700 Robert Elz writes: > Neither I suspect, Dale just didn't notice which backslashes Ralph > meant were the problem - the one in the expansion of $BLA was never > it, it is the others that appeared - which is an obvious bug > (probably something trivial) which I would expect will be quickly fixed. Yeah, my mistake there. Dale