Bug #6693
Request Bash if you use bash in the flow3 shell script
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Core
Target version:
Start date:
2010-03-04
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
The first line of flow3 should read as #!/bin/bash
instead of@#!/bin/sh@.
There is no symlink on every environment from /bin/sh to /bin/bash and the flow3 script uses bash features.
At least for all common Linux environments and Mac Environments there is bash available, so we should request it.
Updated by Karsten Dambekalns almost 11 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns almost 11 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
As of r3916:
[+FEATURE] FLOW3 (Core): Made the flow3 shell script configurable regarding PHP binary, context and paths used through Configuration/flow3.sh. Resolves #6681. T3BOARD10 Bug Auction.
[+BUGFIX] FLOW3 (Core): Two compliance fixes to flow3.sh, fixes #6693, fixes #6694. T3BOARD10 Bug Auction bonus fixes. :)