Use correct /bin/bash hashbang in bin/console

Este commit está contenido en:
Hypolite Petovan 2018-03-24 08:40:43 -04:00
padre f293d2e993
commit cf56db9185
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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