[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Pass CONFIG_SHELL down if provided
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] Pass CONFIG_SHELL down if provided |
Date: |
Wed, 12 Nov 2008 07:50:30 +0100 |
User-agent: |
Thunderbird 2.0.0.17 (Macintosh/20080914) |
>> fi
>> AS_EXIT(1)])])
>> +else
>> + SHELL=$CONFIG_SHELL
>> fi
>
> Not sure about this one. It is not wrong to pass SHELL down, but
> typically, inside the generated scripts you still won't be able to rely
> on its value. config.status for example is called from Makefiles as
> well, not just from configure.
>
> Or maybe I have misunderstood the intent of this patch?
The subject is misleading; the intent of this patch is just to make sure
that the
#! $SHELL
is right in the config.status script, matching the shell in which
config.status is supposed to run. CONFIG_SHELL is "passed down" in the
sense that it is present in the file.
Paolo
- Re: [PATCH] Pass CONFIG_SHELL down if provided, (continued)
- Re: [PATCH] Pass CONFIG_SHELL down if provided, Eric Blake, 2008/11/12
- Re: [PATCH] Pass CONFIG_SHELL down if provided, Eric Blake, 2008/11/12
- AS_MESSAGE_FD [was: [PATCH] Pass CONFIG_SHELL down if provided], Eric Blake, 2008/11/12
- Re: AS_MESSAGE_FD, Eric Blake, 2008/11/21
- Re: AS_MESSAGE_FD, Eric Blake, 2008/11/22
- Re: AS_MESSAGE_FD, Ralf Wildenhues, 2008/11/22
- Re: AS_MESSAGE_FD, Eric Blake, 2008/11/22
- Re: AS_MESSAGE_FD, Ralf Wildenhues, 2008/11/23
- Re: AS_MESSAGE_FD, Eric Blake, 2008/11/23
- Re: AS_MESSAGE_FD, Eric Blake, 2008/11/24
Re: [PATCH] Pass CONFIG_SHELL down if provided,
Paolo Bonzini <=