Subject: Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (70d95a2a1b86e130ecbf4c7257d8a31482c59b4a)
Date: Thu, 26 Oct 2006 23:43:33 +0300
On Thursday 26 October 2006 23:43, Jaka Kranjc wrote:
> > -if [ "$WINE_CVS" == "y" ]; then
> > - config_query WINE_CVS_AUTOUPDATE \
> > +config_query WINE_VCS "Build latest version from development tree?" n
> > && +
> > +if [[ $WINE_VCS == y ]]; then
> > + config_query WINE_VCS_AUTOUPDATE \
> > "Automatically update on every system update?" n
> > fi
>
> Shouldn't the new queries should use the previous values as defaults?
Mm, how exactly? I thought it's done when the new vars are given the old
vars'
values.