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

Re: Sorted debconf lists (was Re: r14631 - in trunk/packages/countrychooser: . debian)



Quoting Matt Kraai (kraai@ftbfs.org):
> On Wed, May 05, 2004 at 06:08:31PM +0200, Christian Perrier wrote:
> > Thus, I replaced:
> > 
> >       line=`grep -e "^$code" $ISO3166TAB`
> > by
> >       line=`grep -e "^$code" $ISO3166TAB` || line=''
> > 
> > and the script appears OK now.
> > 
> > No idea whether this is clean shell-scripting though...
> 
> It works in dash.

Denis suggesed we just put "|| true" which seems good to me.

I'll commit these changes today.




Reply to: