|
From: Javier S. <js...@si...> - 2001-09-13 12:37:38
|
Well .. 'ash' looks like an other shell ...
But if i try
bash ./configure_db
or
sh ./configure_db
I got same errors :-(
[root@SismoWebDev phpbt]# bash ./configure_db
: command not found
: command not found
'/configure_db: line 14: syntax error near unexpected token `{
'/configure_db: line 14: `generate_sql() {
[root@SismoWebDev phpbt]# sh ./configure_db
: command not found
: command not found
'/configure_db: line 14: syntax error near unexpected token `{
'/configure_db: line 14: `generate_sql() {
Any other ideas :-))
Thanks for your support Patrick ;-)
Patrick Mairif wrote:
>>[root@SismoWebDev phpbt]# . ./configure_db
>>: command not found
>>: command not found
>>'ash: ./configure_db: line 14: syntax error near unexpected token `{
>>'ash: ./configure_db: line 14: `generate_sql() {
>>
>
>what ist ash? a shell? try
> bash ./configure_db
>or
> sh ./configure_db
>
|