Re: 0.3.4 released

Patrik Rådman <[email protected]>
Newsgroups gmane.network.sn
Message-ID <[email protected]>
Eric Wick <[email protected]> wrote:
> Ray Lischner <[email protected]> wrote:
> 
> > /usr/sbin/HELLO: line 144: syntax error: unexpected end of file 
> 
> Yep, this happens here too. So i use the 3.3 HELLO to fix that for
> first.

Well, it doesn't happen here... Does this happen every time HELLO runs?
What version of bash do you have installed?

I did find a bug with request-newgroups, the patch for which is below.


--- HELLO.in~	Mon Nov 12 08:48:17 2001
+++ HELLO.in	Mon Nov 12 08:39:08 2001
@@ -136,7 +136,7 @@
   date=`cat .last-list 2>/dev/null`
   nntp "NEWGROUPS ${date:-990101 000000}"
   [ x$CODE != x231 ] && end "Can't request newgroups:$CODE $SAID"
-  inform "$cmd" || [ -s $tmp ] && end "Unable to forward results"
+  inform "$cmd" || { [ -s $tmp ] && end "Unable to forward results" }
   update request-newgroups
 fi
 

-- 
  Patrik Rådman  ·  patrik at iki dot fi  ·  http://www.iki.fi/patrik/
  "We're not in the past or the present anymore.  This is the future!"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.