Herbert Xu <[EMAIL PROTECTED]> writes:
> > As I understood it, it allowed it to be called like "smallyes ''".
> Which could've been achieved by simply replacing
>
> YES="${1:-y}"
>
> with
>
> YES="${1-y}"
I can't see that in bash(1), zshall(1) nor in ash(1), but it
seems to wo
Herbert Xu <[EMAIL PROTECTED]> writes:
> > As I understood it, it allowed it to be called like "smallyes ''".
> Which could've been achieved by simply replacing
>
> YES="${1:-y}"
>
> with
>
> YES="${1-y}"
Oh, that still fails the second part of the bug report (#115581)
-- smal
On Thu, Dec 07, 2000 at 03:37:09PM +, Erik Andersen wrote:
> > * The chunked transfer encoding thing is a killer. Seems to break it on
> > a pretty large number of web sites. I guess you know about this
> > though.
> For the chunked issue, the thing is that we are not using busybox wget to
On Wed, Jan 10, 2001 at 05:52:46AM +, Joey Hess wrote:
> The annoying thing about the password prompting is that if you do it
> cleanly and prompt for the passwords in the config script, then set them
> in the postinst, there is a window where debconf writes them to disk. So
> base-config does
David Whedon <[EMAIL PROTECTED]> writes:
> Sure, we could do it that way too, though it feels like more of a hack.
> We're running dpkg-reconfigure, or similar, on a module when we're just going
> got throw debconf out. I haven't looked at it enough to see if this will
> confuse debconf. I don'
5 matches
Mail list logo