[MDEV-13032] galera_new_cluster is not POSIX-compliant Created: 2017-06-07 Updated: 2017-06-11 Resolved: 2017-06-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements, Galera |
| Affects Version/s: | 10.1.24, 10.2.6 |
| Fix Version/s: | 10.1.25, 10.2.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marcel da Silva | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation, patch | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
The standard shell in Ubuntu is dash, but the bootstrap command galera_new_cluster is not POSIX-compliant. galera_new_cluster's shebang looks like:
which is a link to dash on ubuntu:
this results in this error:
|
| Comments |
| Comment by Daniel Black [ 2017-06-08 ] |
|
Apologies - fixed as per https://github.com/MariaDB/server/pull/404 |