| Subject | firebirdsql build.sh error | 
|---|---|
| Author | murphyp1 | 
| Post date | 2002-02-01T21:40:44Z | 
The src/build/build.sh script has a first line of
#/bin/sh
I think that this should be
#!/bin/sh
so that the correct shell actually gets run to invoke ant.
            #/bin/sh
I think that this should be
#!/bin/sh
so that the correct shell actually gets run to invoke ant.