1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-02 21:47:45 -04:00

Test for the PHP_BINARY, not php

This commit is contained in:
Kevin MacMartin 2025-01-28 21:23:08 -05:00
parent f2121e2414
commit 23ce957b88

View file

@ -4,7 +4,7 @@
PHP_BINARY=${PHP_BINARY:=/usr/bin/php}
# Dependencies
deps=('composer' 'grep' 'npm' 'php' 'sed')
deps=('composer' 'grep' 'npm' "$PHP_BINARY" 'sed')
# Default settings
no_db=0