Merge pull request #4668 from MrPetovan/bug/4665-fix-console-hashbang

Use correct /bin/bash hashbang in bin/console
This commit is contained in:
Tobias Diekershoff 2018-03-24 14:21:26 +01:00 committed by GitHub
commit aaccee3aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)