bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stable coreutils-8.1 today, fingers crossed


From: Bauke Jan Douma
Subject: Re: stable coreutils-8.1 today, fingers crossed
Date: Thu, 19 Nov 2009 19:46:25 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Jim Meyering wrote on 11/19/2009 02:47 PM:

What I meant was this:

Can you provide a stand-alone set-up similar to the following, with
directories on your PATH (whose perms and ancestor perms are all ok)
that still fails:

  perl -Te '$ENV{PATH}=~/(.*)/;$ENV{PATH}="$1";`/bin/true`'


cd /usr/bin && PATH=/usr/bin/:. /usr/bin/perl -Te 
'$ENV{PATH}=~/(.*)/;$ENV{PATH}="$1";`/bin/true`'; echo $?
Insecure directory in $ENV{PATH} while running with -T switch at -e line 1.
255

Note dot in PATH.

bjd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]