-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/1/14, 11:26 AM, Eric Blake wrote:
> On 08/01/2014 07:53 AM, Dan Douglas wrote:
>
>>> how so ? execvp doesn't do tilde expansion. only the shell does.
>>
>> That's the problem. A program using execvp should be able to expect the same
>> result
On 08/01/2014 07:53 AM, Dan Douglas wrote:
>> how so ? execvp doesn't do tilde expansion. only the shell does.
>
> That's the problem. A program using execvp should be able to expect the same
> result as that of the shell for a given PATH value. Because of this, it
> can't, unless exec has th
On Friday, August 01, 2014 06:20:28 AM Mike Frysinger wrote:
> On Wed 23 Jul 2014 08:51:19 Dan Douglas wrote:
> > On Wednesday, July 23, 2014 09:28:02 AM you wrote:
> > > On 7/23/14, 8:22 AM, Dan Douglas wrote:
> > > > Hi, from this discussion:
> > > >
> > > > https://github.com/koalaman/shellchec
On Wed 23 Jul 2014 08:51:19 Dan Douglas wrote:
> On Wednesday, July 23, 2014 09:28:02 AM you wrote:
> > On 7/23/14, 8:22 AM, Dan Douglas wrote:
> > > Hi, from this discussion:
> > >
> > > https://github.com/koalaman/shellcheck/issues/195#issuecomment-49678200
> > >
> > > I can't find any referenc
On Thursday, July 24, 2014 02:34:13 PM lolilolicon wrote:
> On Wed, Jul 23, 2014 at 11:00 PM, lolilolicon wrote:
> > On Wed, Jul 23, 2014 at 10:43 PM, Eric Blake wrote:
> >> But we are talking about the case where ~ IS quoted during
> >> the assignment, and only bash then re-expands it during pat
On Wed, Jul 23, 2014 at 11:00 PM, lolilolicon wrote:
> On Wed, Jul 23, 2014 at 10:43 PM, Eric Blake wrote:
>> But we are talking about the case where ~ IS quoted during
>> the assignment, and only bash then re-expands it during path lookup.
>
> That's my point. Let me try quoting this again,
>
>
On Wed, Jul 23, 2014 at 10:43 PM, Eric Blake wrote:
> But we are talking about the case where ~ IS quoted during
> the assignment, and only bash then re-expands it during path lookup.
That's my point. Let me try quoting this again,
Note that the tildes are expanded during the assignment to P
On 07/23/2014 08:38 AM, Eric Blake wrote:
> On 07/23/2014 08:08 AM, lolilolicon wrote:
>> >From this page: http://pubs.opengroup.org/onlinepubs/7908799/xcu/chap2.html
>>
>> Note that the tildes are expanded during the assignment to PATH, not
>> when PATH is accessed during command search.
On 07/23/2014 08:08 AM, lolilolicon wrote:
> On Wed, Jul 23, 2014 at 9:58 PM, Eric Blake wrote:
>>
>> Might be worth asking the POSIX folks if it is allowed by POSIX. What
>> do other shells do?
>
>>From this page: http://pubs.opengroup.org/onlinepubs/7908799/xcu/chap2.html
>
> Note that th
On Wed, Jul 23, 2014 at 9:58 PM, Eric Blake wrote:
>
> Might be worth asking the POSIX folks if it is allowed by POSIX. What
> do other shells do?
>From this page: http://pubs.opengroup.org/onlinepubs/7908799/xcu/chap2.html
Note that the tildes are expanded during the assignment to PATH, no
On Wednesday, July 23, 2014 07:58:26 AM Eric Blake wrote:
> On 07/23/2014 07:51 AM, Dan Douglas wrote:
> > On Wednesday, July 23, 2014 09:28:02 AM you wrote:
> >> On 7/23/14, 8:22 AM, Dan Douglas wrote:
> >>> Hi, from this discussion:
> >>>
> >>> https://github.com/koalaman/shellcheck/issues/195#is
On 07/23/2014 07:51 AM, Dan Douglas wrote:
> On Wednesday, July 23, 2014 09:28:02 AM you wrote:
>> On 7/23/14, 8:22 AM, Dan Douglas wrote:
>>> Hi, from this discussion:
>>>
>>> https://github.com/koalaman/shellcheck/issues/195#issuecomment-49678200
>>>
>>> I can't find any reference that says subst
On Wednesday, July 23, 2014 09:28:02 AM you wrote:
> On 7/23/14, 8:22 AM, Dan Douglas wrote:
> > Hi, from this discussion:
> >
> > https://github.com/koalaman/shellcheck/issues/195#issuecomment-49678200
> >
> > I can't find any reference that says substituting a literal tilde in PATH
> > should
On 7/23/14, 8:22 AM, Dan Douglas wrote:
> Hi, from this discussion:
>
> https://github.com/koalaman/shellcheck/issues/195#issuecomment-49678200
>
> I can't find any reference that says substituting a literal tilde in PATH
> should occur during command search.
Bash has always done this, even bac
Hi, from this discussion:
https://github.com/koalaman/shellcheck/issues/195#issuecomment-49678200
I can't find any reference that says substituting a literal tilde in PATH
should occur during command search.
$ ( cd ~
mkdir tmpdir
echo $'#!/bin/sh\necho "Hello from ${BASH_SOURCE}!"'
15 matches
Mail list logo