From owner-freebsd-stable@FreeBSD.ORG Thu May 24 20:08:20 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EE0106566C; Thu, 24 May 2012 20:08:19 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id AF39A8FC08; Thu, 24 May 2012 20:08:19 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4OK7tAm011124; Thu, 24 May 2012 13:07:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1337890076; bh=lK2Cp/dbOxgq63difINMjdBhYBhK70ohrUNPxgASa9I=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=Ke497yqxfJRk1RuaGnlhM/6HsZOdRxv6ZxIKzBsr00AbSIzuTg7g3vSdT04EVnHse nJmE5DU3Z85YTF7Slks1B5QeGYgwd1W2i5qN/RhF2DPpWh8Rfm4PaPeyIfem1OiPoR /Dt90Dqf2CvdL4xCqSF1+BO0FXtyORBWJUsNCYbo= From: Sean Bruno To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Thu, 24 May 2012 13:07:55 -0700 Message-ID: <1337890075.2709.16.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 890076000 Subject: bash 4.2 patchlevel 28 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 20:08:20 -0000 Noted that the following syntax is broken somewhere between 4.2 patchlevel 10 and 28. I'm sure its because we shouldn't be doing that over here at big purple, but we do ... and its a PITA. I'm bisecting to find out what is going on. test: VARIABLE="$(uname)" bash: command substitution: line 3: syntax error near unexpected token `)' bash: command substitution: line 3: `uname)"' Odd, but his works at patchlevel 10 sean