It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi there,

when I try to start Flatout or Flatout 2 on Ubuntu 14.04 with "sh start.sh" the following errors appears in the console:

start.sh: 6: start.sh: declare: not found
start.sh: 7: start.sh: declare: not found
start.sh: 8: start.sh: declare: not found
start.sh: 9: start.sh: declare: not found
start.sh: 12: start.sh: Bad substitution
start.sh: 12: start.sh: declare: not found
start.sh: 18: start.sh: source: not found
start.sh: 52: start.sh: define_option: not found
start.sh: 53: start.sh: define_option: not found
start.sh: 54: start.sh: define_option: not found
start.sh: 58: start.sh: standard_options: not found

What's going wrong and how I can fix it?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
adminDUM: Hi there,

when I try to start Flatout or Flatout 2 on Ubuntu 14.04 with "sh start.sh" the following errors appears in the console:

start.sh: 6: start.sh: declare: not found
start.sh: 7: start.sh: declare: not found
start.sh: 8: start.sh: declare: not found
start.sh: 9: start.sh: declare: not found
start.sh: 12: start.sh: Bad substitution
start.sh: 12: start.sh: declare: not found
start.sh: 18: start.sh: source: not found
start.sh: 52: start.sh: define_option: not found
start.sh: 53: start.sh: define_option: not found
start.sh: 54: start.sh: define_option: not found
start.sh: 58: start.sh: standard_options: not found

What's going wrong and how I can fix it?
You have to start it with "./start.sh", or "bash start.sh". The script uses bash, not sh. Those are different shells.