Merge pull request #4668 from MrPetovan/bug/4665-fix-console-hashbang
Use correct /bin/bash hashbang in bin/console
This commit is contained in:
commit
aaccee3aac
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)
|
dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue