Hello,

regerate-makefiles.sh is likely be written for *bash* not *sh*.

    $ sh regenerate-makefiles.sh
    regenerate-makefiles.sh: 13: Syntax error: "(" unexpected

However, regenerate-makefiles.sh automatically interpreted by sh since it
was written in the header. So the result of running
regenerate-makefiles.shis as follow:

     $ ./regenerate-makefiles.sh
     ./regenerate-makefiles.sh: 13: Syntax error: "(" unexpected

Thus I propose to modify the code as follow:

--- moses.orig/regenerate-makefiles.sh  2008-03-04 14:57:34.000000000 +0000
+++ moses.new/regenerate-makefiles.sh   2008-03-04 14:58:42.000000000 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

 # NOTE:
 # Versions 1.9 (or higher) of aclocal and automake are required.

Best regards,
Vee Satayamas

P.S. I'm sorry if you get duplicated mails.

On Tue, Mar 4, 2008 at 9:03 PM, Philipp Koehn <[EMAIL PROTECTED]> wrote:

> Hi,
>
> this is the right place for this, so go ahead.
>
> -phi
>
> On Tue, Mar 4, 2008 at 12:48 PM, Vee Satayamas <[EMAIL PROTECTED]>
> wrote:
> > Hello,
> >
> > Where should I report bugs, patch, etc. for Moses?
> >
> > Best regards,
> > Vee Satayamas
> >
> > --
> > वीर http://blog.vee-u.com/
> > _______________________________________________
> >  Moses-support mailing list
> >  [email protected]
> >  http://mailman.mit.edu/mailman/listinfo/moses-support
> >
> >
>



-- 
वीर http://blog.vee-u.com/
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to