Use correct /bin/bash hashbang in bin/console

This commit is contained in:
Hypolite Petovan 2018-03-24 08:40:43 -04:00
부모 f293d2e993
커밋 cf56db9185
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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