On Mon, Dec 13, 2010 at 11:00:25AM +0100, Ondrej Zajicek wrote:
> On Fri, Dec 10, 2010 at 06:03:47PM +0100, Arnold Nipper wrote:
> > So, what is the conclusion? This is a OS/shell problem, not a BIRD
> > problem. Given so, is there anyone who is able to explain, what actually
> > happens? I have never ever seen, that "/" irritates any program. Otoh
> > I'm an absolute OS/shell novice ...
> 
> I am not sure yet. On all my testing systems it worked OK. Now i finally
> found one that shows this behavior so i will test it.

It was a silly bug in birdc. You can fix it by attached patch (affect only
birdc binary, no need to restart bird).

-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
diff --git a/client/client.c b/client/client.c
index 9acabf2..7f9e0ef 100644
--- a/client/client.c
+++ b/client/client.c
@@ -96,6 +96,7 @@ parse_args(int argc, char **argv)
 	  tmp += strlen(tmp);
 	  *tmp++ = ' ';
 	}
+      tmp[-1] = 0;
 
       once = 1;
     }

Attachment: signature.asc
Description: Digital signature

Reply via email to