Quoting Matt Kraai ([EMAIL PROTECTED]): > 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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]