Skip to content

Commit

Permalink
Change shebang line to bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Sep 15, 2012
1 parent 5a1a2d2 commit c72f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-checker
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
output=$(php php-cs-fixer.phar fix -v --no-interaction --dry-run --level=all .)
echo ""
if [[ $output ]]; then
Expand Down

0 comments on commit c72f532

Please sign in to comment.