Use correct /bin/bash hashbang in bin/console

This commit is contained in:
Hypolite Petovan 2018-03-24 08:40:43 -04:00
vanhempi f293d2e993
commit cf56db9185
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

Näytä tiedosto

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