Skip to content

Commit 93f9b75

Browse files
Merge pull request #31 from abrinsibl/master
Fixed shell interpreter for non-bash environments
2 parents 632378c + 49fee46 commit 93f9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-code-validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env sh
22

33
if [[ -z "$COMPOSER_RUNTIME_BIN_DIR" ]]; then
44
BIN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

0 commit comments

Comments
 (0)