Skip to content

Commit 1852979

Browse files
andrzejenneAndrzej Heczko
authored andcommitted
fix: apple detection (comparison operator)
1 parent 7f90506 commit 1852979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/xdebug/mode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
cd ${DOCKER_DIRECTORY}
3131

32-
if [ $(uname) == "Darwin" ]
32+
if [ $(uname) = "Darwin" ]
3333
then
3434
docker-compose exec -u root php-fpm sed -i '' "s/xdebug.mode=.*/xdebug.mode=$1/g" /usr/local/etc/php/php.ini
3535
else

0 commit comments

Comments
 (0)