Skip to content

Commit 49fee46

Browse files
author
sebastian kessler
committed
Fixed shell interpreter for non-bash environments
1 parent 632378c commit 49fee46

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)