From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Xadjg-0000yG-1l for ptxdist@pengutronix.de; Sun, 05 Oct 2014 06:47:56 +0200 Received: by mail-la0-f48.google.com with SMTP id gi9so2828383lab.21 for ; Sat, 04 Oct 2014 21:47:49 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 5 Oct 2014 00:47:49 -0400 Message-ID: From: Jon Ringle Subject: [ptxdist] BASH_FUNC_set_shell_label() not a valid identifier Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0149036298==" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" --===============0149036298== Content-Type: multipart/alternative; boundary=089e0149413612c2d20504a5ab59 --089e0149413612c2d20504a5ab59 Content-Type: text/plain; charset=UTF-8 Recently I've started to see the following message every time I invoke ptxdist: /usr/local/lib/ptxdist-2014.10.0/bin/ptxdist: line 2151: unset: `BASH_FUNC_set_shell_label()': not a valid identifier The ptxdist code here has: unset $(/usr/bin/env | \ sed -n -e "s/^\([^=[:space:]]\+\)=.*$/\1/p" | \ egrep -v "^(PTXDIST_PTXRC|PTX_AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|TMPDIR|http_proxy|https_proxy|ftp_proxy|no_proxy${whitelist})$" ) I'm not sure why I'm getting this message, but speculatively it seems to have started appearing after I updated Ubuntu-14.04 with bash shellshock patches... ? Anyone else see this type of message? Jon --089e0149413612c2d20504a5ab59 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Recently I've started to see the following message eve= ry time I invoke ptxdist:

/usr/local/lib/ptxdist-2014.10= .0/bin/ptxdist: line 2151: unset: `BASH_FUNC_set_shell_label()': not a = valid identifier

The ptxdist code here has:
=C2=A0 =C2=A0 unset $(/usr/bin/env | \
=C2=A0 =C2=A0= =C2=A0 =C2=A0 sed -n -e "s/^\([^=3D[:space:]]\+\)=3D.*$/\1/p" | = \
=C2=A0 =C2=A0 =C2=A0 =C2=A0 egrep -v "^(PTXDIST_PTXRC|PTX_= AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|T= MPDIR|http_proxy|https_proxy|ftp_proxy|no_proxy${whitelist})$" )
=

I'm not sure why I'm getting this message= , but speculatively it seems to have started appearing after I updated Ubun= tu-14.04 with bash shellshock patches... ?

Anyone = else see this type of message?

Jon

<= /div>
--089e0149413612c2d20504a5ab59-- --===============0149036298== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --===============0149036298==--